View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ambushsinger ambushsinger is offline
external usenet poster
 
Posts: 10
Default Execute Excel Macro from another workbook_TJ

I have a workbook that runs a script to populate another wokbook with data.
The destination workbook has a macro that formats the data in the sheet.
Can I programmatically kick off this macro from the script in the first
workbook?

TJ