View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
nir020 nir020 is offline
external usenet poster
 
Posts: 31
Default Radio Buttons in VBA UserForms

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?