+ Reply to Thread
Results 1 to 3 of 3

Checkboxes on forms

  1. #1
    Registered User
    Join Date
    11-06-2005
    Posts
    13

    Checkboxes on forms

    Hello

    I have a user form

    With a couple of option buttons and check boxe and command button

    Is it poss to make the option buttons unload then selfs and fade out (Stop working) if the check box is seleted

    eg
    option 1= wood
    option 2= metal

    if checkbox is ticked the 2 above unload (both become false and not able to selet them unitl the checkbox is unticked )

    hope makes sense

    Thanks

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258
    Hello Rmagic,

    Please Login or Register  to view this content.
    Sincerely,
    Leith Ross

  3. #3
    Norman Jones
    Guest

    Re: Checkboxes on forms

    Hi Rmagic,

    Try:

    Private Sub CheckBox1_Click()
    Me.OptionButton1.Visible = Not Me.CheckBox1
    Me.OptionButton2.Visible = Not Me.CheckBox1
    End Sub

    --

    ---
    Regards,
    Norman



    "Rmagic" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello
    >
    > I have a user form
    >
    > With a couple of option buttons and check boxe and command button
    >
    > Is it poss to make the option buttons unload then selfs and fade out
    > (Stop working) if the check box is seleted
    >
    > eg
    > option 1= wood
    > option 2= metal
    >
    > if checkbox is ticked the 2 above unload (both become false and not
    > able to selet them unitl the checkbox is unticked )
    >
    > hope makes sense
    >
    > Thanks
    >
    >
    > --
    > Rmagic
    > ------------------------------------------------------------------------
    > Rmagic's Profile:
    > http://www.excelforum.com/member.php...o&userid=28595
    > View this thread: http://www.excelforum.com/showthread...hreadid=484511
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1