Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
focusing mouse pointer to the specific button in a userform | Excel Programming | |||
No userform, runs from module, want to change mouse pointer | Excel Programming | |||
Userform and mouse pointer | Excel Programming | |||
move mouse pointer to a default button(Enter) in messagebox | Excel Programming |