J JE McGimpsey Sep 24, 2004 #2 One way: Put this in your ThisWorkbook code module: Private Sub Workbook_Open() Sheets(1).Select End Sub If you're not familiar with macro, see http://www.mvps.org/dmcritchie/excel/getstarted.htm
One way: Put this in your ThisWorkbook code module: Private Sub Workbook_Open() Sheets(1).Select End Sub If you're not familiar with macro, see http://www.mvps.org/dmcritchie/excel/getstarted.htm