View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PalikeFromSlovakia PalikeFromSlovakia is offline
external usenet poster
 
Posts: 1
Default Avoiding sheet deletion by VBA

Hi developers.

I would like to ask you for a little help with one task. I need to avoid
deletion of special sheet (= sheet with special name) by using VBA. I tried
Sheet events and also workbook events but there is no event like "do befor
deletion" os sth. else.

Can anybody help me how to prevent this task?

Thx.