Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a userform with textboxes linked to worksheet ranges via the
control source property When the AfterUpdate event fires on a textbox it calls a validation routine which resets the textboxes value to 0 if the user has entered non numeric data. ... .. MyTextbox.Value = 0 While the textbox on the userfom now shows 0 the corresponding cell in the worksheet is still displaying the user entered non numeic data instead of the 0 Why is the control source not pushing the new value 0 thru to the worksheet Many Thanks Tony Miller |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
execute macro from command line | Excel Programming | |||
Execute a macro from command line: possible or not ? | Excel Programming | |||
how do you execute single line of code? | Excel Discussion (Misc queries) | |||
Forcing A Line To Execute Prior To Continuing | Excel Programming | |||
Execute a command line app but i want a string returned. | Excel Programming |