PDA

View Full Version : Solved: Clearing Option Buttons



Juicey27
09-15-2010, 09:40 AM
I have a series of three option buttons within a frame. When I go to clear the form through my userform_intialize procedure whiich is called on my submit button for this userform, it leaves a shaded dot in the optionbutton. Like the option button is filled in but very lghtly. Any suggestions or what else can i provide ??

optYes1.value = ""
optYes1.value = null

i have used both lines of code to clear the optionb button to no avail.

Tinbendr
09-15-2010, 10:02 AM
optYes1.value = False