Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
benson68
 
Posts: n/a
Default Aways open workbook on sheet 1 ???


Hi

I have a multi-sheet workbook which performs various calculations on
each sheet

Is it at all possible to make the work book allways open on sheet 1
even if the last save was on sheet 4 for example

Sheet 1 is like the "home page" for the work book

Thanks


--
benson68
------------------------------------------------------------------------
benson68's Profile: http://www.excelforum.com/member.php...o&userid=30347
View this thread: http://www.excelforum.com/showthread...hreadid=500058

  #2   Report Post  
Posted to microsoft.public.excel.misc
mevetts
 
Posts: n/a
Default Aways open workbook on sheet 1 ???


I think this should work for you -


Code:
--------------------
Private Sub Workbook_Open()
Sheets("Sheet1").Activate
Range("A1").Select
End Sub

--------------------


Just paste it into the 'This workbook' section in VB.


--
mevetts


------------------------------------------------------------------------
mevetts's Profile: http://www.excelforum.com/member.php...o&userid=29130
View this thread: http://www.excelforum.com/showthread...hreadid=500058

  #3   Report Post  
Posted to microsoft.public.excel.misc
benson68
 
Posts: n/a
Default Aways open workbook on sheet 1 ???


Excellent

Works a like a dream

Thank You


--
benson68
------------------------------------------------------------------------
benson68's Profile: http://www.excelforum.com/member.php...o&userid=30347
View this thread: http://www.excelforum.com/showthread...hreadid=500058

  #4   Report Post  
Posted to microsoft.public.excel.misc
mevetts
 
Posts: n/a
Default Aways open workbook on sheet 1 ???


:)

Thanks for the feedback.


--
mevetts


------------------------------------------------------------------------
mevetts's Profile: http://www.excelforum.com/member.php...o&userid=29130
View this thread: http://www.excelforum.com/showthread...hreadid=500058

Reply
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
Copying A Worksheet From Each Open Workbook to an new Workbook carl Excel Worksheet Functions 1 January 3rd 06 05:37 PM
Does excel recognise names rather than cells? Sue Excel Worksheet Functions 9 May 22nd 05 04:51 AM
Excel workbook does not open in open window on desktop DeanH Excel Discussion (Misc queries) 2 March 8th 05 09:51 AM
Sumif Linking to Another Workbook error #VALUE! Tunde Excel Discussion (Misc queries) 16 March 4th 05 03:02 AM
make an excel worksheet (sheet 2) open w/ the cursor located in t. animated text in excel worksheet Excel Discussion (Misc queries) 0 February 10th 05 10:29 PM


All times are GMT +1. The time now is 04:03 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"