G
Guest
hi,
can anybody explain to me what does "not" do in the following code:
With Sheets("Sheet1").OptionButton1 'code name for the button
.Value = Not .Value
End With
thanks
can anybody explain to me what does "not" do in the following code:
With Sheets("Sheet1").OptionButton1 'code name for the button
.Value = Not .Value
End With
thanks