Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a userform with a textbox. How do I call the _Exit procedure
(TextBox1_Exit(ByVal Cancel As MSForms.ReturnBoolean) ) for this textbox from another procedure? I am trying to do this: Sub Another() If Not Test Then ' Boolean test fails ' Call the exit procedure for the textbox Call TextBox_Exit ' Here I get an error End Sub Private Sub TextBox1_Exit(ByVal Cancel As MSForms.ReturnBoolean) (do something clever) End Sub Anybody? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calling a module | Excel Discussion (Misc queries) | |||
HELP!!!! Calling a sub from Workbook_BeforeSave | Excel Discussion (Misc queries) | |||
Calling an Add-In | Excel Discussion (Misc queries) | |||
Calling Sub / Called Sub | Excel Programming | |||
Calling SUB | Excel Programming |