G
George Lee
I’d like to run a macro from another document but I keep getting a can’t run
macro error. The help file says the following
Application.Run "'My Document.doc'!ThisModule.ThisProcedure"
If you specify the document name, your code can only run macros in
documents
related to the current context — not just any macro in any document.
What does that mean? What is the ‘current context’?
macro error. The help file says the following
Application.Run "'My Document.doc'!ThisModule.ThisProcedure"
If you specify the document name, your code can only run macros in
documents
related to the current context — not just any macro in any document.
What does that mean? What is the ‘current context’?