Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I used to know how to do this, but that was a few years ago... What' the trick to running a VBA sub whenever the workbook is opene (startup), say for example: Sub Runme() msgbox "I'm running" End Su -- RASelkir ----------------------------------------------------------------------- RASelkirk's Profile: http://www.excelforum.com/member.php...fo&userid=1621 View this thread: http://www.excelforum.com/showthread.php?threadid=27804 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
einther put your code in the workbook_open event of your workbook module or name your sub auto_open() -- Regards Frank Kabel Frankfurt, Germany RASelkirk wrote: I used to know how to do this, but that was a few years ago... What's the trick to running a VBA sub whenever the workbook is opened (startup), say for example: Sub Runme() msgbox "I'm running" End Sub |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub auto_open()
Call MyProgram End Sub Glen "RASelkirk" wrote in message ... I used to know how to do this, but that was a few years ago... What's the trick to running a VBA sub whenever the workbook is opened (startup), say for example: Sub Runme() msgbox "I'm running" End Sub -- RASelkirk ------------------------------------------------------------------------ RASelkirk's Profile: http://www.excelforum.com/member.php...o&userid=16216 View this thread: http://www.excelforum.com/showthread...hreadid=278044 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I start a new excel program for each opened excel file? | Setting up and Configuration of Excel | |||
"Excel could not start the e-mail program" in Excel _2003_ | Excel Discussion (Misc queries) | |||
Excel could not start the e-mail program | Excel Discussion (Misc queries) | |||
How do I start an excel program when widows starts | Excel Discussion (Misc queries) | |||
program a function key | Excel Programming |