Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have 10 macros in a workbook. I want to write one macro that will allow
the user to input any one of the 10 macros they want to run. When I have needed a macro for my work I have gotten by over the years with the basics but this has me stumped. What I have written is shown below: What have I done wrong? Sub Macro1 () Dim MyName As String MyName = InputBox("Enter Scan + Qty Scanned", "Enter Quantity you Scanned", "Scan1") ActiveWorkbook.Application.run = MyName End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Application | Excel Programming | |||
Application.GetOpenFilename vs Application.Dialogs(xlDialogsOpen) | Excel Programming | |||
Replace application.RTD property by Application.RTDServers collect | Excel Programming | |||
macro to close excel application other than application.quit | Excel Programming | |||
application.quit will not shut off application | Excel Programming |