Thread
:
Calling a sub from a different workbook
View Single Post
#
2
Posted to microsoft.public.excel.programming
Tom Ogilvy
external usenet poster
Posts: 6,953
Calling a sub from a different workbook
application.run "Myotherworkbook.xls!Mymacro"
assumes the other workbook is open.
--
Regards,
Tom Ogilvy
"jdcox1999" wrote:
How can I call a subroutine that is in another workbook, without using
a menu option?
Reply With Quote
Tom Ogilvy
View Public Profile
Find all posts by Tom Ogilvy