Thread: Enter Button
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Zone[_3_] Zone[_3_] is offline
external usenet poster
 
Posts: 373
Default Enter Button

Select the control you want to fire when Enter is pressed. Set its Default
property to True. James
"Justin Philips" wrote in message
oups.com...
I have a user form in my macro, but for some reason I have to press
the "enter" button twice. How do I fix that?

Thanks