Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 OPEN always Sheet1 | Excel Worksheet Functions | |||
=[Book.xls]Sheet1!A1 and not c:\blah\=[Book.xls]Sheet1!A1 | Excel Discussion (Misc queries) | |||
[=Sheet1!A1] - if i use Column A1 ('Sheet1') / A2 ('Sheet2') | Excel Worksheet Functions | |||
copy sheet1 from all open workbooks to one workbook | Excel Programming | |||
Sheet1 object not Worksheets("Sheet1") | Excel Programming |