Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When we rename a sheet Excel crashes. What event is triggered when a sheet
is renamed. Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If cell(so) on the renamed sheet are referred to in other sheet(so),
Worksheet_Calculate followed by Workbook_Sheet events occur for each "other" sheet in question. Some formulas may also directly refer to the sheet name on the renamed sheet. Do you have any Duff's. If so, put a break on each, rename the sheet, step through code and look for the unexpected. Regards, Peter T "kt" wrote in message ... When we rename a sheet Excel crashes. What event is triggered when a sheet is renamed. Thanks in advance |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
typos, due to not preventing my spell checker to change things -
cell(so) . . . sheet(so), . . . "Do you have any Duff's" should read cell(s) . . . sheet(s), . . "Do you have any UDF's" Dave has pointed out the OP posted same to another group which also has replies (I wouldn't have known). For readers of this ng, here's the link - http://tinyurl.com/9lj6e Regards, Peter T "Peter T" <peter_t@discussions wrote in message ... If cell(so) on the renamed sheet are referred to in other sheet(so), Worksheet_Calculate followed by Workbook_Sheet events occur for each "other" sheet in question. Some formulas may also directly refer to the sheet name on the renamed sheet. Do you have any Duff's. If so, put a break on each, rename the sheet, step through code and look for the unexpected. Regards, Peter T "kt" wrote in message ... When we rename a sheet Excel crashes. What event is triggered when a sheet is renamed. Thanks in advance |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You've gotten other replies to your other post.
kt wrote: When we rename a sheet Excel crashes. What event is triggered when a sheet is renamed. Thanks in advance -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for the contributions. This pointed us in the right direction.
"Dave Peterson" wrote: You've gotten other replies to your other post. kt wrote: When we rename a sheet Excel crashes. What event is triggered when a sheet is renamed. Thanks in advance -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i rename a sheet if the rename tab is inactive? | Excel Worksheet Functions | |||
Rename tab on cell event | New Users to Excel | |||
Move data to new sheet - rename sheet based on criteria ? | Excel Discussion (Misc queries) | |||
How to simulate worksheet rename event | Excel Programming | |||
How can i trap the rename event of an excel sheet? | Excel Programming |