What do I name a macro to make it automatically run when the Excel file is first opened? Thanks !
S SheriTingle Jul 12, 2005 #1 What do I name a macro to make it automatically run when the Excel file is first opened? Thanks !
B Bob Phillips Jul 12, 2005 #2 Either call it Autpen, or else put the code inside the Workbook_Open event in the Thisworkbook code module. -- HTH RP (remove nothere from the email address if mailing direct)
Either call it Autpen, or else put the code inside the Workbook_Open event in the Thisworkbook code module. -- HTH RP (remove nothere from the email address if mailing direct)
M Michael Jul 12, 2005 #3 Hi SheriTingle. You can name the macro anything you want, you just have to put it in the correct place. See this site for "Worksheet change events." http://www.mvps.org/dmcritchie/excel/event.htm
Hi SheriTingle. You can name the macro anything you want, you just have to put it in the correct place. See this site for "Worksheet change events." http://www.mvps.org/dmcritchie/excel/event.htm