View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
chandlm[_4_] chandlm[_4_] is offline
external usenet poster
 
Posts: 1
Default Open sheet1 always!

Ian,

You will need to add the following line to the workbook_open event i
the thisworkbook code module so you have something that looks like.

Private Sub Workbook_Open()
Sheets("sheet1").Activate

End Sub


ianripping wrote:
*Is there a macro that would direct the user to "Sheet1" every tim
the workbook is opened and where would you place the macro? *


*HTH

--
Message posted from http://www.ExcelForum.com