mouse pointer to be focused on userform command button upon opening

G

gtslabs

I am opening up a userform and I want the mouse pointer to be focused
on the command button I have so the user can quickly click it instead
of having to move the mouse and find the command button on the form.

Private Sub UserForm_activate()
TextBox1.Value = ActiveCell.Value
CommandButton1.SetFocus
commandbutton1.(make mouse pointer goto this command button)
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top