How can i create VBA code to Insert a Module?
I am trying to write an excel macro and in it, I want the ability to insert a new module in VBA. What is the command to tell the macro to do this?
or even better, I need the Application.Goto command to go directly to a new module instead of a reference...
|