Is there a way in Excel to get a macro to start automatically when you open the file?
J JayB Jan 29, 2004 #1 Is there a way in Excel to get a macro to start automatically when you open the file?
F Frank Kabel Jan 29, 2004 #2 Hi You can put a macro in the workbook_open event Private Sub Workbook_Open() ..... ' your code or call of another procedure End Sub HTH Frank
Hi You can put a macro in the workbook_open event Private Sub Workbook_Open() ..... ' your code or call of another procedure End Sub HTH Frank