Self-running macros in Excel

Self-running macros in Excel

Didn't find your answer?

As above.
ian mcgregor

Replies (1)

Please login or register to join the discussion.

avatar
By AnonymousUser
10th May 2002 19:13

Use the workbook activate event
In the code for ThisWorkbook, put:

Private Sub Workbook_Activate()
Blah blah
End Sub

Thanks (0)