Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Clifton Flores   on Oct 03 In MS Office Category.

  
Question Answered By: Anuja Shah   on Oct 03

There are two ways.
One is in the VBA editor under ThisWorkbook,
create:
Private Sub Workbook_Open()
End Sub

The other is on one of the code Modules.
Create:

Sub Auto_Open()
End Sub

Either will work.

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Performing some activity when loading the worksheet Or get search suggestion and latest updates.


Tagged: