LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default When I open Excel I want it to open on Sheet 1

Right-click on the Excel logo left of "File" or at left end of Title bar if not
maximized.

Select "View Code" and paste this into that module.

Private Sub Workbook_Open()
ThisWorkbook.Sheets("Sheet1").Activate
End Sub

If you want to go to a particular cell and have that cell be top left.
Pick a cell on Sheet1 and InsertNameDefine.
Name it Start then use this sub instead

Private Sub Workbook_Open()
Application.Goto Reference:="Start", Scroll:=True
End Sub


Gord Dibben MS Excel MVP

On Tue, 23 Jan 2007 12:52:00 -0800, traveye
wrote:

OK, I have an excel file that many employees use and save thier information
in. If an employees enters info into sheet 4 and then saves it, when the
next employee opens the same file it will open directly to sheet 4. This
file has a "cover page" which is sheet 1. I always want excel to open up to
sheet 1 no matter what sheet it was previously saved in. Is this possible?


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I get Excel to open email for single sheet? Gary_Mc Excel Worksheet Functions 4 November 3rd 06 09:11 PM
open new microsoft excel sheet and found my last same file all ti. farid fouad Excel Worksheet Functions 1 March 10th 06 01:41 AM
Combining data from cells from several excel sheets to a new sheet Rik Excel Discussion (Misc queries) 4 February 22nd 06 09:16 AM
Click on Excel Doc Starts Excel but Excel does not Open the Doc. Mark Excel Discussion (Misc queries) 3 August 24th 05 02:33 PM
How do I find a file/spreadsheet that Excel says is Already open but I can't find it? nwtrader8 Excel Discussion (Misc queries) 5 June 21st 05 02:16 PM


All times are GMT +1. The time now is 10:02 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"