Posted to microsoft.public.excel.programming
|
|
Execute code from book1 of code from book2
Thanks for the help
"vbapro" wrote:
Application.Run "Book2.xls!module1.MyMacro"
"Rick" wrote:
Is there a way of executing code that is in book2 from book1 via VB Code?
|