Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Setup / December 2006

Tip: Looking for answers? Try searching our database.

How can I set a workbook to open always with a certain sheet I wan

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Shariq - 20 Dec 2006 02:19 GMT
I'd like to have the workbook set to open alway with a certain page, no
matter where I was last time working on it, but it should open always with a
certain page I want
Nick Hodge - 20 Dec 2006 09:01 GMT
Shariq

Use a Workbook_Open() event in the workbook

Private Sub Workbook_Open()
Worksheets("Sheet1").Activate
Range("A1").Select
End Sub

To implement, right-click the small Excel icon for the workbook and select
view code. Paste here and save

Signature

HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
nick_hodgeTAKETHISOUT@zen.co.ukANDTHIS
www.nickhodge.co.uk

> I'd like to have the workbook set to open alway with a certain page, no
> matter where I was last time working on it, but it should open always with
> a
> certain page I want
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.