Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() :) 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying A Worksheet From Each Open Workbook to an new Workbook | Excel Worksheet Functions | |||
Does excel recognise names rather than cells? | Excel Worksheet Functions | |||
Excel workbook does not open in open window on desktop | Excel Discussion (Misc queries) | |||
Sumif Linking to Another Workbook error #VALUE! | Excel Discussion (Misc queries) | |||
make an excel worksheet (sheet 2) open w/ the cursor located in t. | Excel Discussion (Misc queries) |