View Single Post
  #1   Report Post  
C Bonovich
 
Posts: n/a
Default Can I add a Warning Meassage to a Macros Designed to Delete a Row

I've create a worksheet in which a few of the cells are locked. Therefore,
every time I need to delete or insert a row I have to unprotect the
worksheet. THerefore, I've created macros to do this. Since others use the
sheet is there a way to add a warning message like Are You Sure You Want To
Delete to the macro since you can't undo the Macro once done?

Thaks, CB