Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
KT KT is offline
external usenet poster
 
Posts: 47
Default Rename Sheet Event

When we rename a sheet Excel crashes. What event is triggered when a sheet
is renamed.

Thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Rename Sheet Event

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Rename Sheet Event

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Rename Sheet Event

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   Report Post  
Posted to microsoft.public.excel.programming
KT KT is offline
external usenet poster
 
Posts: 47
Default Rename Sheet Event

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
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 do i rename a sheet if the rename tab is inactive? Nelson Excel Worksheet Functions 1 March 3rd 10 10:28 AM
Rename tab on cell event John G.[_2_] New Users to Excel 13 July 9th 08 12:56 AM
Move data to new sheet - rename sheet based on criteria ? [email protected] Excel Discussion (Misc queries) 7 May 16th 07 10:22 PM
How to simulate worksheet rename event Nacho Nachev Excel Programming 4 October 5th 04 03:03 PM
How can i trap the rename event of an excel sheet? bmm Excel Programming 4 August 10th 04 03:51 PM


All times are GMT +1. The time now is 09:13 AM.

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"