View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ian Elliott Ian Elliott is offline
external usenet poster
 
Posts: 46
Default where put code for automatic execution upon opening workbook?

Thanks for any help.
I have a workbook with a couple worksheets, and upon opening, I want the
active cell to always be A1 for each worksheet, and the active worksheet to
be the first one. The way I do that now is, after I do modifications, I click
A1 and save with the first workbook activated. But this is a hassle to do
everytime. I forgot where to put code that always executes when the workbook
is open. Where do I put it, or how do I label it?
Thanks very much.