How to change mouse cursor in Microsoft Project

K

Klare

Hi,

In Excel I can change the mouse cursor with "Application.cursor = xlWait" or
"Application.cursor = default". How can I change the mouse cursor in
Microsoft Project 2000 or Microsoft Project 2003?

Many thanks in advance,
Klaus
 
J

John

Klare said:
Hi,

In Excel I can change the mouse cursor with "Application.cursor = xlWait" or
"Application.cursor = default". How can I change the mouse cursor in
Microsoft Project 2000 or Microsoft Project 2003?

Many thanks in advance,
Klaus

Klaus,
Excel has more direct control of the cursor (in VBA) whereas Project VBA
is more limited. As far as I know the only way to control the mouse
pointer in Project is through the MousePointer Property of a UserForm
Object.

Hope this helps.
John
Project MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top