ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   auto-launch a MACRO? (https://www.excelbanter.com/excel-programming/286049-auto-launch-macro.html)

d-cubed

auto-launch a MACRO?
 
Can I automatically run a macro when the file is opened?
If so, how? Also, if so, would I ever be able to disable
the macro?

d-cubed

Ron de Bruin

auto-launch a MACRO?
 
See Chip Pearson his page about events
http://www.cpearson.com/excel/events.htm

If you press the Shift key when you open a workbook the macro's will not run

--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2000-2003)
www.rondebruin.nl



"d-cubed" wrote in message ...
Can I automatically run a macro when the file is opened?
If so, how? Also, if so, would I ever be able to disable
the macro?

d-cubed




d-cubed

auto-launch a MACRO?
 
Thanks for the tip, it sounds like it will work!

I guess my knowledge is a bit limited - how do I "put it
in the Workbook_Open event"?

dan

-----Original Message-----
d-cubed wrote:

Can I automatically run a macro when the file is

opened?
If so, how? Also, if so, would I ever be able to

disable
the macro?


Yes, put it in the WorkBook_Open event. To disable it,

remove it or turn
it into a comment.

Regards,
--
Beto
Reply: Erase between the dot (inclusive) and the @.
Responder: Borra la frase obvia y el punto previo.

.


Beto[_3_]

auto-launch a MACRO?
 
d-cubed wrote:

Can I automatically run a macro when the file is opened?
If so, how? Also, if so, would I ever be able to disable
the macro?


Yes, put it in the WorkBook_Open event. To disable it, remove it or turn
it into a comment.

Regards,
--
Beto
Reply: Erase between the dot (inclusive) and the @.
Responder: Borra la frase obvia y el punto previo.


Beto[_3_]

auto-launch a MACRO?
 
d-cubed wrote:

Thanks for the tip, it sounds like it will work!

I guess my knowledge is a bit limited - how do I "put it
in the Workbook_Open event"?


Go to the Visual Basic Editor and on the left on the projects window,
press twice over ThisWorkbook, then on the Combobox on top of the
window, change General for Workbook. The "Private Sub Workbook_Open"
should appear all by itself. Now add the code or call the procedure in
there.

Regards,
--
Beto



All times are GMT +1. The time now is 04:57 AM.

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