Checking Options in UserForms Collection
"monir" wrote in message
...
Now, wouldn't you agree that if a selection is missing in a particular
frame, you would want the focus to be shifted to one of its option buttons
??
Not necessarily. But try:
myForm.grpSeries.Controls(0).SetFocus
(myOption goes out of scope after the loop.)
--
Vasant
|