skyrider55
Programmer
I'm trying to create a Word document with underlying VB code that has the ability to Brand a document based on the selection from a drop down list. Simple enough, as far as importing graphics goes.
The problem lies in formatted text. Having a word document that contains for example the copyright information of one company, containing italics/bold font that needs to be replaced with the copyright information of another company upon a button click event.
However, I do not know how to set the text in a frame for example (a label will not work as it needs to be coded and cannot accept formatted text such as bulleted lists), that will allow me to name the object/control containing the information that has access to a .Visible method for example.
In short, I'm trying to program "conditional text" into word.
Comments? Ideas? Solutions?
Cheers,
Ryan
The problem lies in formatted text. Having a word document that contains for example the copyright information of one company, containing italics/bold font that needs to be replaced with the copyright information of another company upon a button click event.
However, I do not know how to set the text in a frame for example (a label will not work as it needs to be coded and cannot accept formatted text such as bulleted lists), that will allow me to name the object/control containing the information that has access to a .Visible method for example.
In short, I'm trying to program "conditional text" into word.
Comments? Ideas? Solutions?
Cheers,
Ryan