Thread: TextBox focus 2
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim Coddington Tim Coddington is offline
external usenet poster
 
Posts: 94
Default TextBox focus 2

I have a userform with two option buttons and a text box.
I want to have the text box always have the focus.
If I click on an un-selected option button, I can give the
text box focus through TextBox1.Setfocus in the click
event of each option button.
But when I click on a selected option button, the click
event for that option button doesn't appear to fire, and
focus changes to the option button.
Is there some way I can keep the focus on TextBox1
for this scenario?