Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Siggi
 
Posts: n/a
Default How do I make excel startup in a specific sheet?


Hi,

could anyone of you help me figuring out, how I make sure that the user
of a workbook, always enters the same sheet ( a frontpage)??

...I have a workbook with several users, and I would like them to
always start on the frontpage sheet! No matter where the former user
saved the file.

Thanks,
Siggi


--
Siggi
------------------------------------------------------------------------
Siggi's Profile: http://www.excelforum.com/member.php...o&userid=20013
View this thread: http://www.excelforum.com/showthread...hreadid=346003

  #2   Report Post  
Paul B
 
Posts: n/a
Default

Siggi, you could use the workbook open event, as long as the workbook is
opened with macro enabled it will go to you sheet

Private Sub Workbook_Open()
Sheets("a frontpage").Select
Range("A1").Select

End Sub

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Siggi" wrote in message
...

Hi,

could anyone of you help me figuring out, how I make sure that the user
of a workbook, always enters the same sheet ( a frontpage)??

..I have a workbook with several users, and I would like them to
always start on the frontpage sheet! No matter where the former user
saved the file.

Thanks,
Siggi


--
Siggi
------------------------------------------------------------------------
Siggi's Profile:
http://www.excelforum.com/member.php...o&userid=20013
View this thread: http://www.excelforum.com/showthread...hreadid=346003



  #3   Report Post  
James
 
Posts: n/a
Default

Hi - you could use a macro to do this, copy the following to the This
Workbook module in the vb editor

Private Sub Workbook_Open()
Worksheets("Sheet3").Activate
End Sub

However this will only work if the users always select Enable Macros when
opening spreadsheets

James

"Siggi" wrote in message
...

Hi,

could anyone of you help me figuring out, how I make sure that the user
of a workbook, always enters the same sheet ( a frontpage)??

..I have a workbook with several users, and I would like them to
always start on the frontpage sheet! No matter where the former user
saved the file.

Thanks,
Siggi


--
Siggi
------------------------------------------------------------------------
Siggi's Profile:
http://www.excelforum.com/member.php...o&userid=20013
View this thread: http://www.excelforum.com/showthread...hreadid=346003



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
How do I make a 3-dimensional plot in Excel? John W. Mordosky Charts and Charting in Excel 6 April 3rd 23 06:58 PM
I want print excel sheet with nos in the back ground, as shown in. soory Excel Discussion (Misc queries) 1 December 24th 04 02:40 PM
How do I duplicate a sheet 20 times in an excel spreadsheet danzil Excel Worksheet Functions 4 December 17th 04 09:23 PM
hyperlink to specific sheet in excel mango Excel Worksheet Functions 1 December 9th 04 11:17 AM
Hyperlink to specific sheet in Excel Web File jd17 Links and Linking in Excel 0 December 8th 04 09:03 PM


All times are GMT +1. The time now is 12:03 PM.

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"