A
alish
All, below is the code that I use to delete contents of the open sheet. How
do I make it ask or show a message box with 'Yes' or 'No' asking to delet or
not? Thanks in advance.
Cells.Select
Selection.Delete Shift:=xlUp
End Sub
do I make it ask or show a message box with 'Yes' or 'No' asking to delet or
not? Thanks in advance.
Cells.Select
Selection.Delete Shift:=xlUp
End Sub