Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I have some problem with dynamic things : 1) I need to call an event which the event name was saved in a variable. Eg : Dim sEventName as String sEventName = "Button1_Click" Call sEventName 2) And how to load Form based on variable too? Eg : Dim sFormName as String sFormName = "Form1" Load sFormName Hope someone can help me to solve the problems. Thanks a lot! Resant |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to call the event of other worksheet | Excel Worksheet Functions | |||
How to call an event procedure | Excel Programming | |||
user form-on open event? keydown event? | Excel Programming | |||
how to call a macro from a worksheet event? | Excel Programming | |||
call a sub with arguments from Worksheet_FollowHyperlink event | Excel Programming |