Word Built in Constants

D

diddy_david

When programming in VBA Excel, many of the built in constants (enumerations?)
appear as part of the auto-members features however I find when programming
in Word these rarely appear and I cannot find any info in the help. where can
i find info on these constants eg. paragraph alignment constants like
wdAlignParagraphCenter.
 
P

Paul Herber

When programming in VBA Excel, many of the built in constants (enumerations?)
appear as part of the auto-members features however I find when programming
in Word these rarely appear and I cannot find any info in the help. where can
i find info on these constants eg. paragraph alignment constants like
wdAlignParagraphCenter.

You should ask in a group for Word/Excel, this one is for VBA within
Visio.
 
A

Andy

You need to include the Microsoft Word x.x Object Library in your
project references.

#On Jun 19, 10:15 am, diddy_david
 

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