This forum is for Word VBA. But if you are going to use the Word Application
object then:
One way to discover the object names, properties, and methods; is to record
a macro while in Word and changing what you need to change. When you are
looking at the resultant code in Word's VBA editor ALT/F11, you can put the
insertion point in a word and press F1 function key to bring up help if it
is a word VBA recognizes. Often in help like a web page, there are links to
show related help.
> How to get the value of View Ruler in Microsoft Word in c# program?
> Many thanks for your replying.

Signature
Russ
drsmN0SPAMikleAThotmailD0Tcom.INVALID
vincent - 16 Jul 2007 04:46 GMT
It is very helpful.
Thank you very much.
> This forum is for Word VBA. But if you are going to use the Word Application
> object then:
[quoted text clipped - 7 lines]
> > How to get the value of View Ruler in Microsoft Word in c# program?
> > Many thanks for your replying.