Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Daisy Brown   on Jan 06 In MS Office Category.

  
Question Answered By: Fabian Ferrrari   on Jan 06

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 2 more answer(s). View Complete Question Thread

 


Tagged: