User Form help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • freehockey16
    New Member
    • Apr 2007
    • 2

    #1

    User Form help

    I just have a quick question. I have created a user form that has two frames on it. And each has a few option buttons. I am just wondering how to make it so that when i start it, i can specify which buttons i want selected when the form pops up, but then the user can select a different one if they want.

    I think it has to go in the initialize section. For a list i know it is like
    input1.listinde x = 0 ;
    but i don't know how to do it for the buttons

    thanks
  • iburyak
    Recognized Expert Top Contributor
    • Nov 2006
    • 1016

    #2
    If it is VB6:

    Code:
    Option1.Value = True
    Good Luck.

    Comment

    Working...