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.
 
Top