Consulting

Results 1 to 2 of 2

Thread: Solved: Clearing Option Buttons

  1. #1
    VBAX Regular
    Joined
    Sep 2010
    Posts
    23
    Location

    Solved: Clearing Option Buttons

    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.

  2. #2
    VBAX Expert Tinbendr's Avatar
    Joined
    Jun 2005
    Location
    North Central Mississippi (The Pines)
    Posts
    993
    Location
    [VBA]optYes1.value = False[/vba]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •