Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi all
anyone suggest how i might include in a macro some code to make the mouse/cursor (arrow or cross shape) goto or hover in a specific area of the screen as sometimes it appears above an object after a macro has fired on one worksheet and when it arrives at the destination sheet it is over an object and a desciptive box appears intrusively or is it possible to disable within an XL file this descriptive box feature - however i still wish to retain the hour glass and hand icons that appear when you hover over a button , or it is in proceess executing a macro thanks, matt *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#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/ |
Reply |
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) |