Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Shariq
 
Posts: n/a
Default To fix a sheet in MS Office to be opened first always

I'd like to know if it is possibe to fix a certain sheet to be opened always
on top, I mean I have (hyper)linked a worksheet with other sheets and
workbook, so when I close this book and click open again no matter which ever
sheet was open, but it should always open a certain sheet of the book I would
want to.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Norman Jones
 
Posts: n/a
Default To fix a sheet in MS Office to be opened first always

Hi Shariq,

Try:
'=============
Private Sub Workbook_Open()
Me.Sheets("Sheet1").Activate
End Sub
'<<=============

Change Sheet1 to the sheet of interest.

This is workbook event code and should be pasted into the workbook's
ThisWorkbook module *not* a standard module or a sheet module):

Right-click the Excel icon on the worksheet
(or the icon to the left of the File menu if your workbook is maximised)
Select 'View Code' from the menu and paste the code.
Alt-F11 to return to Excel.

If you are not familiar with macros, you may wish to visit David McRitchie's
'Getting Started With Macros And User Defined Functions' at:

http://www.mvps.org/dmcritchie/excel/getstarted.htm


---
Regards,
Norman


"Shariq" wrote in message
...
I'd like to know if it is possibe to fix a certain sheet to be opened
always
on top, I mean I have (hyper)linked a worksheet with other sheets and
workbook, so when I close this book and click open again no matter which
ever
sheet was open, but it should always open a certain sheet of the book I
would
want to.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Shariq
 
Posts: n/a
Default To fix a sheet in MS Office to be opened first always

Hi Norman,

Thanx 4 looking 2 my query, I M not sure if I've got my question right,
well, here it is again I'm working with several books each book containing
several sheets linked with each other, but certain book which is sort of a
main board or a menu has also some other sheets, I know if I only leave one
sheet in this book it will automatically open this only sheet, but what do I
have to do in order to make it work, that whenever I open this book it should
always show that sheet having hyperlinks to other books and sheets,

I'd appreciate a lot if you could help me out with this, and shell be
waiting for your response.

Regards Shariq,


"Norman Jones" wrote:

Hi Shariq,

Try:
'=============
Private Sub Workbook_Open()
Me.Sheets("Sheet1").Activate
End Sub
'<<=============

Change Sheet1 to the sheet of interest.

This is workbook event code and should be pasted into the workbook's
ThisWorkbook module *not* a standard module or a sheet module):

Right-click the Excel icon on the worksheet
(or the icon to the left of the File menu if your workbook is maximised)
Select 'View Code' from the menu and paste the code.
Alt-F11 to return to Excel.

If you are not familiar with macros, you may wish to visit David McRitchie's
'Getting Started With Macros And User Defined Functions' at:

http://www.mvps.org/dmcritchie/excel/getstarted.htm


---
Regards,
Norman


"Shariq" wrote in message
...
I'd like to know if it is possibe to fix a certain sheet to be opened
always
on top, I mean I have (hyper)linked a worksheet with other sheets and
workbook, so when I close this book and click open again no matter which
ever
sheet was open, but it should always open a certain sheet of the book I
would
want to.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Norman Jones
 
Posts: n/a
Default To fix a sheet in MS Office to be opened first always

Hi Shariq,

My original suggestion stands.

Follow the previous instructions and paste the suggested code into the
ThisWorkbook module of the menu workbook. Then save and re-open the
workbook.


---
Regards,
Norman



"Shariq" wrote in message
...
Hi Norman,

Thanx 4 looking 2 my query, I M not sure if I've got my question right,
well, here it is again I'm working with several books each book containing
several sheets linked with each other, but certain book which is sort of a
main board or a menu has also some other sheets, I know if I only leave
one
sheet in this book it will automatically open this only sheet, but what do
I
have to do in order to make it work, that whenever I open this book it
should
always show that sheet having hyperlinks to other books and sheets,

I'd appreciate a lot if you could help me out with this, and shell be
waiting for your response.

Regards Shariq,


"Norman Jones" wrote:

Hi Shariq,

Try:
'=============
Private Sub Workbook_Open()
Me.Sheets("Sheet1").Activate
End Sub
'<<=============

Change Sheet1 to the sheet of interest.

This is workbook event code and should be pasted into the workbook's
ThisWorkbook module *not* a standard module or a sheet module):

Right-click the Excel icon on the worksheet
(or the icon to the left of the File menu if your workbook is maximised)
Select 'View Code' from the menu and paste the code.
Alt-F11 to return to Excel.

If you are not familiar with macros, you may wish to visit David
McRitchie's
'Getting Started With Macros And User Defined Functions' at:

http://www.mvps.org/dmcritchie/excel/getstarted.htm


---
Regards,
Norman


"Shariq" wrote in message
...
I'd like to know if it is possibe to fix a certain sheet to be opened
always
on top, I mean I have (hyper)linked a worksheet with other sheets and
workbook, so when I close this book and click open again no matter
which
ever
sheet was open, but it should always open a certain sheet of the book I
would
want to.






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 to get a row consecutive from a sheet to another rodante Excel Worksheet Functions 4 October 30th 05 06:20 PM
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER MEGTOM New Users to Excel 5 October 27th 05 03:06 AM
Make sequential numbers each time sheet is opened Darrell Shuman Excel Worksheet Functions 1 October 19th 05 03:35 AM
how do I make a word typed in a cell go to a specific cell in anot Lmatarazzo Excel Discussion (Misc queries) 3 April 21st 05 04:29 AM
Naming & renaming a sheet tab Cgbilliar Excel Worksheet Functions 1 November 7th 04 05:57 PM


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