G
gmcnaugh
Hi,
I am attempting to automaticlly deselect a focused comand button when
another command button is selected in Excel. I have tried using the
following code:
Private Sub booOVERREAD_Click()
If booOVERREAD = True Then
booUNDERREAD = False
End If
I am a relative novice when it comes to VBA so any help would be
gratefully received.
I thank you.
I am attempting to automaticlly deselect a focused comand button when
another command button is selected in Excel. I have tried using the
following code:
Private Sub booOVERREAD_Click()
If booOVERREAD = True Then
booUNDERREAD = False
End If
I am a relative novice when it comes to VBA so any help would be
gratefully received.
I thank you.