word - vb6 - bookmarks

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I enter bookmarks into a word document and then use vb6 to transfer the text
into a word document.
I am only familiar with a few vb6 property commands that control the text
that word gets.
The properties that I am familiar with are:
..font
..bold
..fontsize

I now need to control the color of the text.
Is their a document that describes ALL of the related properties.

My name is Sheldon Kass. My email is
(e-mail address removed)
My phone number is 609 395-9975

Thank you
 
Hi Sheldon,
if you are familiar with VB6, then ...
Word itself shows all (or most) properties, methods
and events of its objects. Open Word, goto the VBA editor [alt F11],
goto the object catalogue [F2], search (details omitted) for "color".
....
Greetings from Bavaria, Germany
Helmut Weber, MVP
"red.sys" & chr(64) & "t-online.de"
Word XP, Win 98
http://word.mvps.org/
 
Back
Top