If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Newbie - autorun a macro?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-09-09, 14:20
jillen04 jillen04 is offline
Registered User
 
Join Date: Jun 2008
Posts: 47
Newbie - autorun a macro?

OK, I'm not really an Excel person, but I have created a macro that I want to run everytime the xls file is opened. Is there something like 'on startup' similar to Access?

TIA,
Joanne
Reply With Quote
  #2 (permalink)  
Old 02-09-09, 14:32
jillen04 jillen04 is offline
Registered User
 
Join Date: Jun 2008
Posts: 47
Never mind...found This Workbook/OnOpen
Reply With Quote
  #3 (permalink)  
Old 02-09-09, 19:37
myle myle is offline
(Making Your Life Easy)
 
Join Date: Feb 2004
Location: New Zealand
Posts: 1,143
Sub Auto_OPen
...
...
End Sub

If you put this into a modules every time excel file open will exe it

Sub Auto_Close
...
...
End Sub

will get run when the excel file is closed
__________________
hope this help

See clear as mud


StePhan McKillen
the aim is store once, not store multiple times
Remember... Optimize 'til you die!
Progaming environment:
Access based on my own environment: DAO3.6/A97/A2000/A2003
VB based on my own environment: vb6 sp5
ASP based on my own environment: 5.6
VB-NET based on my own environment started 2007
SQL-2005 based on my own environment started 2008
MYLE
Reply With Quote
  #4 (permalink)  
Old 02-10-09, 11:28
jillen04 jillen04 is offline
Registered User
 
Join Date: Jun 2008
Posts: 47
Thanks, MYLE
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On