Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In a textbox.afterupdate() event, I have a line to make the
textbox.visible FALSE. This triggers another afterupdate event. How do I suppress this? Private Sub TextBox1_afterupdate() TextBox1.Text = "" TextBox1.Visible = False End Sub Thank you! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Prevent event macro from executing on ALT-Enter | Excel Programming | |||
Prevent Corollary Event | Excel Programming | |||
Prevent automatic combobox event trigger | Excel Programming | |||
prevent event procedure under condition | Excel Programming | |||
Prevent Change in Event when not needed | Excel Programming |