Good Evening!
I have a simple code that clears a selected area on a worksheet.
How do add to this code to prompt a message box, "Are you sure you want to clear the cells". Yes will continue on to clear the cells, No would return back to the sheet without clearing the cells.
Code to clear:
Sub ClearWorksheetArea()
Range("A1:I50").Clear
Range("K1").Select
End Sub
Thanks,
EMoe
Bookmarks