G
Guest
I am trying to use option buttons that are grouped. The problem I am having
is I cannot figure out how to have one of the option buttons selected on
start up. Here is what I need to do.
Form_Load()
optbutton.value = true
end sub
But this does not work. I get a run time error. "Can not assign value to
this object"
Any suggestions
is I cannot figure out how to have one of the option buttons selected on
start up. Here is what I need to do.
Form_Load()
optbutton.value = true
end sub
But this does not work. I get a run time error. "Can not assign value to
this object"
Any suggestions