View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gazeta Gazeta is offline
external usenet poster
 
Posts: 33
Default Selective Worksheet Deletion


Użytkownik "Neal Zimm" napisał w wiadomości
...
I am just starting to learn about protecting workbook structure.

I'm building an application where the user can add and delete his/her own
worksheets.

There are other sheets in the app, however, that are protected and which

I
do NOT ever want to be deleted, they have specific and un-changing

worksheet
names.

I was surprised when I was able to delete a protected worksheet, so ......

What are some approaches to do what I want ?

Thanks,
Neal


--
Neal Z



easist would be to hide your sheets ( if its not necessary to use them)
mcg