Show AllShow All

Open Method

ShowOpen method as it applies to the Workbooks object.

ShowOpen method as it applies to the RecentFile object.

Example

This example opens the workbook Analysis.xls and then runs its Auto_Open macro.

Workbooks.Open "ANALYSIS.XLS"
ActiveWorkbook.RunAutoMacros xlAutoOpen