Re: Checking Options in UserForms Collection



"monir" <monir@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:A96BEBF3-D7EF-4CF3-9876-FBD3F2855A6C@xxxxxxxxxxxxxxxx
> 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



.