Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
Is there a way to know if a worksheet name is changed? Or to prevent a change without protecting the workbook? Thanks, Bill |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bill
If you are worried about users changing the tab name and you code failing, change the codename in design view. This is not effected by the worksheet(x).name or tab name so will be fine, you refer to the codename like Sheet1.Range("A1") You could otherwise possibly use a workbook event but none would be 100% accurate I fear -- HTH Nick Hodge Microsoft MVP - Excel Southampton, England www.nickhodge.co.uk HIS "Bill" wrote in message nk.net... Hello, Is there a way to know if a worksheet name is changed? Or to prevent a change without protecting the workbook? Thanks, Bill |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to change the pivot chart automaticaly as values in the worksheet change | Excel Worksheet Functions | |||
change formula in a shared worksheet without losing change history | Excel Worksheet Functions | |||
Change in one Worksheet Activates Another Worksheet Change | Excel Programming | |||
Cell value change to trigger macro (worksheet change event?) | Excel Programming | |||
Change Cell from Validated List Not Firing Worksheet Change Event | Excel Programming |