Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Activitate sheet 1 and make all sheets read-only

To make the file read on:

FileSaveAsClick on ToolsGeneral OptionsEnter a password in the password
to modify field.

To open to the Intro sheet:

Alt+F11 ' to open Visual Basic

In the VBAProject widow: double click on ThisWorkbook and enter this code in
the
code section:

Private Sub Workbook_Open()
Sheets("Introduction").Select
Range("A1").Select
End Sub


This assume that your sheet1 is named Introduction.

Then save the file and close the VB editor.

HTH

"June" wrote:

My spreadsheet has numerous sheets within it. To make things easier for the
user I want the spreadsheet to open to the Introduction sheet. (From there
they can use hyperlinks to go to the desired sheet(s).) What is the easiest
way to do this? Also, how do I make the entire spreadsheet read-only except
for me?

This is my first with Excel to get it to do something for me other than
multiply so could you put it in steps?

Thank you for your help.

June

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Activitate sheet 1 and make all sheets read-only

Thanks for the fast help!!! It works great!!!!

June



"David Hepner" wrote:

To make the file read on:

FileSaveAsClick on ToolsGeneral OptionsEnter a password in the password
to modify field.

To open to the Intro sheet:

Alt+F11 ' to open Visual Basic

In the VBAProject widow: double click on ThisWorkbook and enter this code in
the
code section:

Private Sub Workbook_Open()
Sheets("Introduction").Select
Range("A1").Select
End Sub


This assume that your sheet1 is named Introduction.

Then save the file and close the VB editor.

HTH

"June" wrote:

My spreadsheet has numerous sheets within it. To make things easier for the
user I want the spreadsheet to open to the Introduction sheet. (From there
they can use hyperlinks to go to the desired sheet(s).) What is the easiest
way to do this? Also, how do I make the entire spreadsheet read-only except
for me?

This is my first with Excel to get it to do something for me other than
multiply so could you put it in steps?

Thank you for your help.

June

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 apply changes I make on one sheet to other sheets? Anne Excel Discussion (Misc queries) 2 December 19th 07 08:57 PM
Data from two sheets make up real time list in the new sheet?? Vedad Excel Worksheet Functions 7 September 20th 06 08:22 AM
Can you make all sheets scroll when scrolling one sheet billy boy Excel Worksheet Functions 1 November 23rd 05 06:56 PM
How do I make a 5th sheet to total cells from previous sheets in . Chuck-Baby Excel Worksheet Functions 2 March 3rd 05 01:22 AM
How do I make a sheet that combines all tabbed sheets & update as. ahmebah New Users to Excel 2 January 31st 05 03:17 PM


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