View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Execute code from book1 of code from book2

application.Run "Book2.xls!MyMacro"

--
Regards,
Tom Ogilvy


"Rick" wrote:

Is there a way of executing code that is in book2 from book1 via VB Code?