Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If I have a list of ten sub names in a drop down F1, can I make my MySubCaller run the sub I choose in F1?
This little diddy doesn't work and the scant info I can find to do this leads me to think it is a bogus way to manage the running of ten subs from a single on sheet button. Thanks, Howard Option Explicit Sub MySubCaller() Dim i As String i = Range("F1").Value Application.Run i End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I call VBA subs from different spreadsheet from code behind form? | Excel Discussion (Misc queries) | |||
how to I make member list that indicates when subs due | Excel Worksheet Functions | |||
multiple select from the drop down list in excel. list in one sheet and drop down in | Excel Discussion (Misc queries) | |||
Call subs from another wkbk? | Excel Programming | |||
Call VBA-Subs From Old XLM-Macros | Excel Programming |