#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Startup

Hi everyone,

Does anyone know how to write a vba code that will ensure that
spreadsheet always open on a particular page - in this case a menu pag
?

Thanks in advance.

Scott

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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Startup

if what your looking for is that you when a workbook is opened , i
always opens on the same sheet and a certain cell. this is the code.


Private Sub Workbook_Open()

Sheets("Name").Select
Range("A1").Select

End Su

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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 618
Default Startup

Hi Scott

this code pasted in the "this workbook" sheet will cause the workbook to
display the index sheet (or replace index with the sheet name that you want
displayed)

Sub workbook_open()
Sheets("Index").Activate
End Sub

Cheers
JulieD

"scottwilsonx " wrote in
message ...
Hi everyone,

Does anyone know how to write a vba code that will ensure that a
spreadsheet always open on a particular page - in this case a menu page
?

Thanks in advance.

Scott.


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



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Startup

Hi all, thanks for the feedback. Everything now working perfectly

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

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Startup

Thanks all, everything now working perfectly!

Scott

--
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
Startup chefmike Excel Discussion (Misc queries) 1 November 3rd 07 01:44 AM
excel startup Chuck Sechler Setting up and Configuration of Excel 7 July 12th 07 04:10 PM
Startup BillCPA Excel Discussion (Misc queries) 2 May 30th 06 09:19 PM
Excel Startup Zygan Excel Discussion (Misc queries) 1 May 14th 06 12:53 PM
Startup message - How to? coal_miner Setting up and Configuration of Excel 2 September 14th 05 01:22 PM


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