Hello,
How to move this code to run?Assume we have user form with Command Button CommandButton11
myMacro = "CommandButton11_Click"
Call CommandButton11_Click - this work
ButCall myMacro work notGreetings!
myMacro is string
not function