Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Setting default "open" worksheet in a workbook

I have an Excel workbook with multiple worksheets included. I want to
set a specific worksheet as the default when opened.

Is this possible and if so how do I do it? If it is a macro could you
give me the code?

Thanks Much!
;)


---
Message posted from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Setting default "open" worksheet in a workbook

Hi
put the following code in your workbook module
Private Sub Workbook_Open()
Worksheets("your sheet name").activate
End Sub

--
Regards
Frank Kabel
Frankfurt, Germany

I have an Excel workbook with multiple worksheets included. I want

to
set a specific worksheet as the default when opened.

Is this possible and if so how do I do it? If it is a macro could

you
give me the code?

Thanks Much!
;)


---
Message posted from http://www.ExcelForum.com/


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 can I get Excel 2007 to its default "factory setting" Sheeloo[_3_] Excel Discussion (Misc queries) 0 February 26th 09 01:21 AM
How can I get Excel 2007 to its default "factory setting" Andre Excel Discussion (Misc queries) 0 February 26th 09 01:04 AM
Excel ignores "Sheets in new workbook" setting [email protected] Excel Discussion (Misc queries) 3 February 21st 09 10:11 PM
change the file open default permanently to "All files" Bob Aloisi Excel Discussion (Misc queries) 0 April 29th 08 12:40 PM
How do I set the default to "Open" or "New" for a template Kord Excel Discussion (Misc queries) 6 December 8th 05 01:01 AM


All times are GMT +1. The time now is 05:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"