Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Open to Worksheet

I'd like an Excel Workbook to always open to a certain worksheet

Next, it should refresh the calculations upon opening.

It should also refresh the calculations upon activation of the sheet later

While open, it should run a routine everytime a value in a given cell changes

Thus, if they open the workbook, it goes to a particular worksheet,
refreshes calculations, and if a particular cell changes, it should perform a
routine

Is this too much to ask? Thanks in advance..

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Open to Worksheet

It's not too much to ask but you will need to give more detail if you
want a more detailed answer.

You could use the Workbook_Open event to activate the specified
worksheet every time the book is opened or you could use the
Workbook_Activate event to activate the sheet every time the book is
selected.

Similarly you can use a Worksheet_Change event to run a routine every
time the value of a cell changes.

See http://cpearson.com/excel/events.htm for more on excel events.

Regards
Rowan

KimR.Hammel wrote:
I'd like an Excel Workbook to always open to a certain worksheet

Next, it should refresh the calculations upon opening.

It should also refresh the calculations upon activation of the sheet later

While open, it should run a routine everytime a value in a given cell changes

Thus, if they open the workbook, it goes to a particular worksheet,
refreshes calculations, and if a particular cell changes, it should perform a
routine

Is this too much to ask? Thanks in advance..

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
Excel 2007, Automatically open new worksheet on open. jkmyoung Excel Discussion (Misc queries) 4 March 29th 10 04:36 PM
My desktop worksheet shortcut will not open the Excel Worksheet Steve09 Excel Discussion (Misc queries) 2 September 17th 09 04:33 PM
How do I get a blank worksheet to open up when I open Excel? Art@ISCO Setting up and Configuration of Excel 0 July 17th 07 01:30 PM
'Save current worksheet'; 'Open next worksheet' - two command buttons englishmustard Excel Discussion (Misc queries) 1 April 7th 06 12:54 PM
How do I get my personal macro worksheet to open whenever I open . Claudia_R Excel Discussion (Misc queries) 3 December 9th 04 11:59 PM


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