:confused: How do you get the enter button to atomattically select a button? :confused:
Printable View
:confused: How do you get the enter button to atomattically select a button? :confused:
Use the Default property for a CommandButton
CommandButton1.Default = True
Thanx Alot!!!