V Victor Lin Nov 5, 2003 #1 I would like to find out how to auto start a macro when I open a Excel file Victor
L Larry Daugherty Nov 6, 2003 #3 In the workbook: Option Explicit ================ Private Sub Workbook_Open() FirstSheet = True Application.Run ("Main") End Sub
In the workbook: Option Explicit ================ Private Sub Workbook_Open() FirstSheet = True Application.Run ("Main") End Sub
J JustDucky Nov 13, 2003 #4 i'm not sure.. but can't you just name the macro "Auto_Open" and it will start upo opening the file