View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Macro to delete row with protected cells

You could provide a macro that:
unprotected the worksheet
deleted the row with the activecell
protected the worksheet

Turboj wrote:

I have some formula set up in several columns so I lock the columns and
protect the sheet to avoid formula being deleted unintentionally.

I want to somebody else who use the sheet can delete row without
unprotecting the sheet. Can Macro help in this case and how?

I am a newbie on VBA and your help is apprieciated!

Thanks


--

Dave Peterson