MacroName()
OptionButton1.Value = True
'more code,...
End Sub
'If the option button is in a form, use:
Private Sub UserForm_Initialize()
OptionButton1.Value = True
End Sub
"ajliaks " wrote in message
...
Hi
I have option buttons called "one" and "two"
How can I made option button "one" be preselected by defect?
(when I run the macro, obtion button "one" must appear selected.
Thanks.
---
Message posted from http://www.ExcelForum.com/