Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I prevent a user from renaming or deleting a
protected worksheet in my application? Any solutions or suggestions would be appreciated. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Protect workbook ought to do it
"Barbarr_ON" wrote in message ... How can I prevent a user from renaming or deleting a protected worksheet in my application? Any solutions or suggestions would be appreciated. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you password protect the below option, that helps ever
further. -----Original Message----- Protect workbook ought to do it "Barbarr_ON" wrote in message ... How can I prevent a user from renaming or deleting a protected worksheet in my application? Any solutions or suggestions would be appreciated. . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tools=Protection=Protect Workbook, select at least Structure
-- Regards, Tom Ogilvy "Barbarr_ON" wrote in message ... How can I prevent a user from renaming or deleting a protected worksheet in my application? Any solutions or suggestions would be appreciated. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes, of course, workbook protection works and I've got
the VBA code worked out. What can I say but "brain fart" or a "senior moment". Thanks for the help. -----Original Message----- How can I prevent a user from renaming or deleting a protected worksheet in my application? Any solutions or suggestions would be appreciated. . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Prevent cut & paste in a protected worksheet. | Excel Discussion (Misc queries) | |||
Excel {2007} Named Ranges: Renaming, Deleting etc... | Excel Discussion (Misc queries) | |||
Deleting or Renaming Lists | Excel Discussion (Misc queries) | |||
How to prevent Excel from deleting leading zeros? | Excel Discussion (Misc queries) | |||
how prevent formula in cell from deleting when deleting value???? | New Users to Excel |