Thread: auto_open?
View Single Post
  #1   Report Post  
Jack Sons
 
Posts: n/a
Default auto_open?

Hi all,

The first time my workbook is opened in any month (could be on another day
than the first day of that month) I want sub ABC() to be executed
automatically. When my workbook is opened again on that day or any other day
of the same month sub ABC() should not be executed.

Sub Auto_Open ()
......................
ABC
......................
End Sub

I can't find a good way to accomplish this. Your help will be appreciated.

Jack Sons
The Netherlands