P peter.thompson New Member Joined Dec 27, 2005 Messages 3 Dec 27, 2005 #1 How do I get the cursor to to go to a specific text box each time a user opens the form Cheers and thanks Peter (new to VBA)
How do I get the cursor to to go to a specific text box each time a user opens the form Cheers and thanks Peter (new to VBA)
J jindon MrExcel MVP Joined Aug 21, 2004 Messages 16,995 Dec 27, 2005 #2 Hi in the Form Initialize event textbox.setfocus method will do the job. refer vb help for setfocus do you play golf byt the way?
Hi in the Form Initialize event textbox.setfocus method will do the job. refer vb help for setfocus do you play golf byt the way?