Start Up Functions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I'm using Excel 2003. I'm familiar with Form_OnLoad functions in windows
forms, but am wondering are their equivalent "start up" functions that will
be hit each time a spreadsheet is open?

Thanks,

-Scott
 
Hi,

Every time a workbook is open the workbook_open event executes, put any code
you want in there.

Alt+F11 double click this workbook and from the dropdowns select the event.

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top