View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Vasant Nanavati Vasant Nanavati is offline
external usenet poster
 
Posts: 1,080
Default Radio Buttons in VBA UserForms

Without knowing more about your application, perhaps you can use checkboxes
instead of option buttons.

--

Vasant

"nir020" wrote in message
...
I have created a userform in VBA which allows the user to input into an

excel
spreadsheet with a userfom.

Within the form there are a number of Radio Buttons. When the form is

active
and the radio buttons have been selected they can no longer be deselected.

I
would like to be able to do this as it is possibe a user could select a

user
form by accident.

Can you please help?