Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm coding a userform text box change event. I want a msgbox to come up if
the user changes the cell contents but the msgbox comes up if the new contents are different from the old contents; however, if the user just tabs out of the text box the msgbox comes up (i.e. - the program sees that as a "change" event. Does the "change" refer to a change in focus or a change in the contents? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The change event occurs when the value property changes. It would not occur
on a tab out unless the value was changed simultaneously. "dunnerca" wrote: I'm coding a userform text box change event. I want a msgbox to come up if the user changes the cell contents but the msgbox comes up if the new contents are different from the old contents; however, if the user just tabs out of the text box the msgbox comes up (i.e. - the program sees that as a "change" event. Does the "change" refer to a change in focus or a change in the contents? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Always post your existing code - FOR THE BEST ANSWER (Results).
"dunnerca" wrote: I'm coding a userform text box change event. I want a msgbox to come up if the user changes the cell contents but the msgbox comes up if the new contents are different from the old contents; however, if the user just tabs out of the text box the msgbox comes up (i.e. - the program sees that as a "change" event. Does the "change" refer to a change in focus or a change in the contents? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I change a Worksheet_change event to a beforesave event? | Excel Programming | |||
text manipulation in change event | Excel Programming | |||
Changing Cell Text During Change Event | Excel Programming | |||
MsgBox in Enter event causes combobox not to run Change event | Excel Programming | |||
Fine-tuning selection change event for merged cells & wrap text | Excel Programming |