Topic:Excel - Making A Sheet Default ? Remainpoint:0
   
PostTime:12/16/2008 7:56:01 PM FloorTop
Lv is 1
Avatar
Level:
1
Professional point:
61
Experience:
1
Thread:
293
Post:
955
Total online time:
1M
Joined date:
4/28/2007 11:12:00 PM
Last Visit:
12/16/2008 11:25:56 PM
Status:
Offline
Hello,
I have an excel document that I use often containing several sheets. How can I make one of the sheets the default, so each time I open the document it opens directly to the specified sheet?

Thanks for any help in advance!
 
     
   
Gender PostTime:12/16/2008 9:25:28 PM Point:0 | Floor# 1
Lv is 1
portrait
Level:
1
Professional point:
64
Experience:
3
Thread:
277
Post:
897
Total online time:
3M
Joined date:
4/28/2007 11:25:00 PM
Last Visit:
12/16/2008 11:33:11 PM
Status:
Offline
Thanks for the suggestion.
If after I do this I close out the application while viewing another sheet will it automatically default to view the last sheet that I was on the next time I open the document?

I want the document to open to a specific sheet on the document no matter what sheet I was viewing the last time I closed out.

- Thanks -
 
     
   
Gender PostTime:12/16/2008 11:47:51 PM Point:0 | Floor# 2
Lv is 1
portrait
Level:
1
Professional point:
94
Experience:
11
Thread:
294
Post:
1009
Total online time:
11M
Joined date:
4/29/2007 2:38:00 AM
Last Visit:
12/17/2008 12:46:59 AM
Status:
Offline
If you do not want to do this manually, you can do so via VBA. Hit Alt + F11, find your workbook on right, double click ThisWorkbook, add some code..

Code:
Private Sub Workbook_Open() Sheets("YourSheetName").SelectEnd Sub

Replace the sheet name with your desired name.

HTH
 
     
   
Gender PostTime:12/17/2008 12:09:53 AM Point:0 | Floor# 3
Lv is 1
portrait
Level:
1
Professional point:
95
Experience:
1
Thread:
268
Post:
947
Total online time:
1M
Joined date:
4/28/2007 11:29:00 PM
Last Visit:
12/17/2008 12:23:49 AM
Status:
Online
Select the sheet you want as default, then File > Save and the next time you open it, it will open on that sheet.
 
     
   
Gender PostTime:12/17/2008 12:23:40 AM Point:0 | Floor# 4
Lv is 1
portrait
Level:
1
Professional point:
98
Experience:
2
Thread:
272
Post:
982
Total online time:
2M
Joined date:
4/28/2007 11:38:00 PM
Last Visit:
12/17/2008 12:23:56 AM
Status:
Offline
Excel will open the last sheet that had a change made and saved, not the last sheet viewed.
 
     
1

Sorry, you are not login, click here to login

 

About us | Advertise | Contact us | Partner | Bug Report|Suggesting box|Donation
Home | Forum | Affiliate program| Remote help | Setting | Search | Document | Help | Download|Message

 

Start new topicAdvanced search