View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
Vasant Nanavati Vasant Nanavati is offline
external usenet poster
 
Posts: 1,080
Default 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