How can we force a macro to execute whenever a spreadsheet is first opened?
B Beckie Davis Aug 9, 2004 #1 How can we force a macro to execute whenever a spreadsheet is first opened?
F Frank Kabel Aug 9, 2004 #2 Hi do you mean the file? If yes either name your macro Autpen() or put your code in the workbook event Workbook_Open()
Hi do you mean the file? If yes either name your macro Autpen() or put your code in the workbook event Workbook_Open()