Hi all,
Here's what I have:
A worksheet where, in most cells of column A, I have a data validation drop down menu where the options are "delete" or (blank). There is various data in three columns to the right of that.
Here's what I need:
A VBA code that will, on selection of "delete" from a drop down menu, come up with a box that says "Are you sure you wish to delete this row?" with the options 'yes' and 'no', and then delete that entire row if the user clicks 'yes', and if they click 'no' all it does is change the selection back to (blank).
This is maybe a really easy one but I just can't quite get it right!
Thanks for your help!
Bookmarks