detect system.cursor

R

RB Smissaert

How can I determine the system.cursor in Word?

It always gives me 2, the normal cursor:

Sub test()

'Application.System.Cursor = wdCursorWait '0
'Application.System.Cursor = wdCursorIBeam '1
'Application.System.Cursor = wdCursorNormal '2

Word.Application.System.Cursor = wdCursorNorthwestArrow '3

MsgBox Word.Application.System.Cursor 'this will still give 2

End Sub


RBS
 
R

Russ

RBS,
There doesn't appear to be a way to read the true setting of the
system.cursor. My MacWord always returns a 2, also.
 
R

RB Smissaert

Thanks for confirming the same problem.
Not sure now how to get this, but there must be a way somehow.

RBS
 

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