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.
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?
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