Setting font parameters to docVariables

G

Guy Cohen

Hi all
I use vb6 + word7 documents, late binding.
Is it possible to set a specific font to a docvariable ?
If I should set it using fields, how do I set the field to point at the
correct docvariable ?
TIA
Guy
 
J

Jonathan West

Guy Cohen said:
Hi all
I use vb6 + word7 documents, late binding.
Is it possible to set a specific font to a docvariable ?
If I should set it using fields, how do I set the field to point at the
correct docvariable ?

You mean having the contents of a docvariable control the formatting of some
text? Can't be done directly through fields. You would have to run a VBA
macro to apply the formatting based on the docvariable to the appropriate
text.
 

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