Hello,
I have a code that runs with a Command button. Is it possible to modify the code so that it runs when I click a particular cell?
This is my code:
Private Sub CommandButton1_Click()
Dim c As Range, a
Set c = Worksheets("Sheet1").Range("A1")
c.NumberFormat = "@"
If InStr(c, "/") = 0...