ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   invoke macro from outside excel - auto macros (https://www.excelbanter.com/excel-programming/278935-invoke-macro-outside-excel-auto-macros.html)

nongo

invoke macro from outside excel - auto macros
 
I have got 2 macros to my workbook that prints the entire
active worksheet or a given single page of the worksheet.
How can I call these modules from outside excel
automatically. Say from the command line, or Inter
Explorer.

Thanks in advance.


Jim Rech

invoke macro from outside excel - auto macros
 
Macros cannot be called from outside Excel, e.g., from the command line.
The only macros that run automatically when a workbook opens is Sub
Auto_Open in a regular module and Sub Workbook_Open in the ThisWorkbook
module. You could run your code from either of them, perhaps asking the
user via MsgBox if he wants to print.

--
Jim Rech
Excel MVP



Keith Willshaw

invoke macro from outside excel - auto macros
 

"Jim Rech" wrote in message
...
Macros cannot be called from outside Excel, e.g., from the command line.
The only macros that run automatically when a workbook opens is Sub
Auto_Open in a regular module and Sub Workbook_Open in the ThisWorkbook
module. You could run your code from either of them, perhaps asking the
user via MsgBox if he wants to print.


It is possible to do it from Internet Explorer using vbscript
though using the Application.run syntax

There's an example of opening and writing to
Excel with IE and vbscript at

http://www.rlmueller.net/Programs/XLWrite.txt

to do the same thing using asp see

http://builder.com.com/5100-6373-507...ml#Listing%20F

Keith




All times are GMT +1. The time now is 05:34 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com