Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Here is an example, just in CASE:
Sub bwikl() i = Application.InputBox("enter the secret code:", Type:=1) Select Case i Case 1 Call macro1 Case 2 Call macro2 Case 3 Call macro3 End Select End Sub Sub macro1() MsgBox ("1") End Sub Sub macro2() MsgBox ("2") End Sub Sub macro3() MsgBox ("3") End Sub -- Gary''s Student gsnu200711 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
disable user running macro from Tools Macro | Excel Discussion (Misc queries) | |||
What defines the column width intervals? | Excel Discussion (Misc queries) | |||
Transfer Macro to another user | New Users to Excel | |||
Macro for user to input 10 numbers | New Users to Excel | |||
What defines number or text | New Users to Excel |