Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there any way to avoid the Control Source of a text box (which ha
a formula in it, changing to the string value of the text bo whenever the Box is selected |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I actually had to make a change for the controlsource to be changed.
But what do you want to happen when the textbox does change? If you're just trying to initialize the contents of the textbox when the userform is shown, you could that in code: Option Explicit Private Sub UserForm_Initialize() Me.TextBox1.Value = Worksheets("sheet2").Range("a1").Value End Sub And remove that controlsource. But what should happen when the textbox is changed? Where should that new value be saved (if at all)? "Adeptus - ExcelForums.com" wrote: Is there any way to avoid the Control Source of a text box (which has a formula in it, changing to the string value of the text box whenever the Box is selected. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing Cell Link on Spin Button Form Control | Excel Discussion (Misc queries) | |||
changing an activex control property using a macro | Excel Discussion (Misc queries) | |||
? avoid changing sum function as rows added? | New Users to Excel | |||
control textboxes keep changing size | Excel Discussion (Misc queries) | |||
Combo Box Control keeps changing sizes | Excel Worksheet Functions |