Change Cursor Shape in VBA template (Word 2003)

D

dogmarcopolo

Is it possible at all to change cursor shape inside Word document through VBA
template? I tried:

Word.Application.System.Cursor

that didn't work and:

setSystemCursor

that changes it outside Word (system wide) but not inside the document

I know it is doable because if you use 'highlight', the cursor is changed.
also with 2003, you can use Ctrl-Alt-+ to change cursor shape to '+'. now my
question is how it is done? is this a private API only to Microsoft?

Struggling with this. any advice is deeply appreciated. Thanks in advanced
 

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