Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007, Automatically open new worksheet on open. | Excel Discussion (Misc queries) | |||
My desktop worksheet shortcut will not open the Excel Worksheet | Excel Discussion (Misc queries) | |||
How do I get a blank worksheet to open up when I open Excel? | Setting up and Configuration of Excel | |||
'Save current worksheet'; 'Open next worksheet' - two command buttons | Excel Discussion (Misc queries) | |||
How do I get my personal macro worksheet to open whenever I open . | Excel Discussion (Misc queries) |