Hello All!
I'm using this code to delete contents in a Cell
Private Sub CommandButton2_Click()
Sheets("Calculator").Range("K3").Value = "$0"
End Sub
How do I keep the Formula in Excel from deleting every time I hit the "Clear Button"?
Thank you!
I'm using this code to delete contents in a Cell
Private Sub CommandButton2_Click()
Sheets("Calculator").Range("K3").Value = "$0"
End Sub
How do I keep the Formula in Excel from deleting every time I hit the "Clear Button"?
Thank you!