Call

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

But

Call myMacro     work not

Greetings!