Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I'd like to set a macro so that when the file is opened, it automatically runs.
|
#2
![]() |
|||
|
|||
![]()
Put the code in the Workbook_Open event in the Thisworkbook code module.
-- HTH RP (remove nothere from the email address if mailing direct) "kanye" wrote in message ... I'd like to set a macro so that when the file is opened, it automatically runs. |
#3
![]() |
|||
|
|||
![]()
I've located the Thisworkbook code module, but see nothing about
Workbook-Open event. Where do I look for this? "kanye" wrote: I'd like to set a macro so that when the file is opened, it automatically runs. |
#4
![]() |
|||
|
|||
![]()
see my response to the question you posted 1 min before the one Bob answered
.... titled "Automatic Message" -- Cheers JulieD check out www.hcts.net.au/tipsandtricks.htm ....well i'm working on it anyway "kanye" wrote in message ... I've located the Thisworkbook code module, but see nothing about Workbook-Open event. Where do I look for this? "kanye" wrote: I'd like to set a macro so that when the file is opened, it automatically runs. |
#5
![]() |
|||
|
|||
![]()
Input this into the Thisworkbook code mould
Private Sub Workbook_Open() End Sub and add your code to it. -- HTH RP (remove nothere from the email address if mailing direct) "kanye" wrote in message ... I've located the Thisworkbook code module, but see nothing about Workbook-Open event. Where do I look for this? "kanye" wrote: I'd like to set a macro so that when the file is opened, it automatically runs. |
#6
![]() |
|||
|
|||
![]()
Thanks to you both, this works well.
"kanye" wrote: I'd like to set a macro so that when the file is opened, it automatically runs. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Execute Macro automatically after hyperlink | Excel Discussion (Misc queries) | |||
automatically running a macro | Excel Discussion (Misc queries) | |||
Automatically run Macro | Excel Discussion (Misc queries) | |||
Is there a way to insert a formula, password or macro in an excel spreadsheet that will automatically delete the spreadsheet? | Excel Discussion (Misc queries) | |||
How can I set up a Macro to automatically run when I open a speci. | Excel Discussion (Misc queries) |