Login | |
|
 |
RE: Adding an Excel Macro via VBScript - 11/6/2005 7:44:07 AM
|
|
 |
|
| |
Snipah
Posts: 1343
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
|
Welcome, SWinston, If you are automating Excel thru VBScript, what is your idea with the macro then? Is is possible for you to create a template Excel file, with a macro in it? Call a macro from VBScript: [code]xl.Run("<macroname>")[/code]
_____________________________
For more information, please see the "Read me First" topic. http://www.visualbasicscript.com
|
|
| |
|
|
|
 |
RE: Adding an Excel Macro via VBScript - 11/6/2005 10:24:08 PM
|
|
 |
|
| |
Snipah
Posts: 1343
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
|
i see, my suggestion is still to use the template: ".XLT"
_____________________________
For more information, please see the "Read me First" topic. http://www.visualbasicscript.com
|
|
| |
|
|
|
|
|