Message 1 of 4
show different cursor in VBA?

Not applicable
05-12-2000
11:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
how do I change the cursor to an hourglass during operations? I know how to
do it in VB... just access the "screen" object. However I have been unable
to find a screen object accessible in VBA.
Screen.MousePointer = vbHourglass
------ MSDN excerpt ------
The Screen object is the entire Windows desktop. Using the Screen object,
you can set the MousePointer property of the Screen object to the hourglass
pointer while a modal form is displayed.
------ end MSDN excerpt ------
do it in VB... just access the "screen" object. However I have been unable
to find a screen object accessible in VBA.
Screen.MousePointer = vbHourglass
------ MSDN excerpt ------
The Screen object is the entire Windows desktop. Using the Screen object,
you can set the MousePointer property of the Screen object to the hourglass
pointer while a modal form is displayed.
------ end MSDN excerpt ------