Hi!
i am trying to do when i click the option button shuld not allow to enter in range the below
what is wrong in it. is it possible?
Private Sub OptionButton60_Click()
Dim RngPST As Range
Set RngPST = Sheets("Sheet1").Range("A14:A600")
Sheets("Sheet1").Range("A14:A600").Value = ""
End Sub
i am trying to do when i click the option button shuld not allow to enter in range the below
what is wrong in it. is it possible?
Private Sub OptionButton60_Click()
Dim RngPST As Range
Set RngPST = Sheets("Sheet1").Range("A14:A600")
Sheets("Sheet1").Range("A14:A600").Value = ""
End Sub