Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Are there events that trigger when the focus Enters/Exits a Textbox?
If so, what are they? Thanks, John |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub TextBox1_Enter()
End Sub Private Sub TextBox1_Exit(ByVal Cancel As MSForms.ReturnBoolean) End Sub HTH Charles John Fuller wrote: Are there events that trigger when the focus Enters/Exits a Textbox? If so, what are they? Thanks, John |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I guess I should have known it would be that simple. *Smacks Self*
Thanks Die_Another_Day wrote: Private Sub TextBox1_Enter() End Sub Private Sub TextBox1_Exit(ByVal Cancel As MSForms.ReturnBoolean) End Sub HTH Charles John Fuller wrote: Are there events that trigger when the focus Enters/Exits a Textbox? If so, what are they? Thanks, John |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Button clicks and textbox Exit events | Excel Programming | |||
Can't move from one cell and/or enter any data, or exit wksht... | Excel Discussion (Misc queries) | |||
Enter Key behavior with Userforms | Excel Programming | |||
How to enter a Range of TextBoxes? | Excel Programming | |||
On Enter and On Exit events of MSFORMS controls? | Excel Programming |