Re: Changing default pointer from a cross to an arrow
From: Ron de Bruin (rondebruin_at_kabelfoon.nl)
Date: 05/31/04
- Next message: Dennis: "Syntax to save ActiveCell to MyActiveCell then select later"
- Previous message: Ron de Bruin: "Re: emailing spread***"
- In reply to: Michael: "Changing default pointer from a cross to an arrow"
- Next in thread: Ron de Bruin: "Re: Changing default pointer from a cross to an arrow"
- Reply: Ron de Bruin: "Re: Changing default pointer from a cross to an arrow"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 31 May 2004 16:56:22 +0200
Hi Michael
See the VBA help for
Application.Cursor = xlWait
For the hourglass
Application.Cursor = xlDefault
To set it back to normal
-- Regards Ron de Bruin http://www.rondebruin.nl "Michael" <anonymous@discussions.microsoft.com> wrote in message news:15b3301c4471d$ce524ba0$a401280a@phx.gbl... > How do I change the default pointer from a cross to an > arrow (or whatever else might be available)? My mouse > setting in control panel is for default arrow pointer, > which appears in other applications. > > Thanks, > > Michael >
- Next message: Dennis: "Syntax to save ActiveCell to MyActiveCell then select later"
- Previous message: Ron de Bruin: "Re: emailing spread***"
- In reply to: Michael: "Changing default pointer from a cross to an arrow"
- Next in thread: Ron de Bruin: "Re: Changing default pointer from a cross to an arrow"
- Reply: Ron de Bruin: "Re: Changing default pointer from a cross to an arrow"
- Messages sorted by: [ date ] [ thread ]