View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Rick Rick is offline
external usenet poster
 
Posts: 334
Default 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?