Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub dural()
Run "Bookxx.xls!Hello" End Sub Assuming that Bookxx.xls is open. This runs a macro in that book. -- Gary''s Student - gsnu200830 "ambushsinger" wrote: 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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you...this works perfectly
"Gary''s Student" wrote: Sub dural() Run "Bookxx.xls!Hello" End Sub Assuming that Bookxx.xls is open. This runs a macro in that book. -- Gary''s Student - gsnu200830 "ambushsinger" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatically Execute Excel Macro at 6:00 am | Excel Programming | |||
How can I get a macro to execute in excel based on the value of a. | Excel Programming | |||
Auto execute macro when open excel | Excel Programming | |||
Execute Excel Macro using Java | Excel Programming | |||
access 97 to excel 97: execute macro automation | Excel Programming |