View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.office.developer.vba,microsoft.public.office.developer.com.add_ins
Bernie Deitrick[_2_] Bernie Deitrick[_2_] is offline
external usenet poster
 
Posts: 176
Default How to detect an entire column/row delete event?

MV,

Have you tried protecting the sheet? Format the cells that you want them to use as unlocked, then protect the sheet to prevent row
and/or column deletions.

If they should be able to delete some rows or columns, then you'll have to write utilities that unprotect the sheet, do the
deletion, then reprotect the sheet.

HTH,
Bernie
Excel MVP


"MV" wrote in message ...
I want to restrict this operation to my users but haven't been able to
detect this event.

thanks,
MV