View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gert-Jan Gert-Jan is offline
external usenet poster
 
Posts: 49
Default Userform problem

May the Tab-index? You can also set TabStop to "No"

"Andrew B" schreef in bericht
...
Hi
I have created a simple userform which gives the user a choice between
three option buttons. When the userform first appears, the text for the
first option button is enclosed in a dotted rectangle. How do I remove
this rectangle so that it doesn't appear to be the preferred option ?

I tried this but it didn't change anything.

Private Sub OptionButton1_Click()
GotFocus = False
end sub

TIA

Andrew B