How can make sure that a workbook with multiple sheets always starts on a specific sheet.
G Gerrym Nov 19, 2004 #1 How can make sure that a workbook with multiple sheets always starts on a specific sheet.
F Frank Kabel Nov 19, 2004 #2 Hi put the following type of code into your workbook module ('Thisworkbook'): sub workbook_open() me.worksheets("sheet1").activate end sub
Hi put the following type of code into your workbook module ('Thisworkbook'): sub workbook_open() me.worksheets("sheet1").activate end sub