Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to use one userform for different macro's.
i.e.: Private Sub UserForm_activate(macro) If macro="modA" then Call modA Else if macro ="modB" Call modB Else Call modC endif Endif End Sub Is this possible? Please adise how to since I cannot get it to work. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
must I travel through UserForm_activate event? | Excel Programming | |||
Passing variable to VarType of other Variable | Excel Programming | |||
Passing CheckBox Value from Click Event to Main Macro | Excel Programming | |||
UserForm_Activate not found | Excel Programming | |||
Passing ARGUMENTS between event procedures of a USERFORM | Excel Programming |