View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Ms Excel coursework

Private Sub Workbook_Open()
worksheets("Sheet1").activate
End Sub

'This is workbook event code.
'To input this code, right click on the Excel icon on the worksheet
'(or next to the File menu if you maximise your workbooks),
'select View Code from the menu, and paste the code

and read up on evenst at http://www.cpearson.com/excel/events.htm

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"aisha" wrote in message
...
how can I get MS Excel to open and display a certain worksheet as default
rather than automatically opening on the last worksheet the user saved the
workbook