Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This will move the mouse cursor to the top left of the active screen.
You can play with other co-ordinates to see '-------------------------------------- Private Declare Function SetCursorPos Lib "User32" _ (ByVal x As Long, ByVal y As Long) As Long Sub Mouse_TopLeft() SetCursorPos 0, 0 End Sub '------------------------------------------ --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
mouse cursor struck to big white + sign | Excel Discussion (Misc queries) | |||
How do I move the cursor to the edit window without the mouse? | Excel Discussion (Misc queries) | |||
move cursor on one sheet moves cursor on all sheets | Excel Discussion (Misc queries) | |||
Have gridlines appear around mouse cursor in Excel | Excel Discussion (Misc queries) | |||
how can i print a screen showing mouse cursor | Excel Discussion (Misc queries) |