D
dhstein
If I have a cell with the contents of a subroutine name for example
A1 = "Mysub"
So if I do
Dim CodeToExecute As String
CodeToExecute = Range("A1").Value
I want to call Mysub using the variable CodeToExecute
Any help is appreciated.
A1 = "Mysub"
So if I do
Dim CodeToExecute As String
CodeToExecute = Range("A1").Value
I want to call Mysub using the variable CodeToExecute
Any help is appreciated.