T
Terrycoco
I have written some VBA code (from Access) which compiles a documen
based on several other documents and puts it into a new document that i
macro enabled. Then, when the user opens the new document they ar
able to open an underlying word form and enter in some final informatio
which is repeated throughout the document, thereby saving them time i
entering those fields. These are docVariable fields which I have place
into the document through the VBA code. When they are finished fillin
out the form, they click a button and all the fields (the docVariables
in the document are updated. They may need to do this several times
editing their answers and re-updating. Everything works beautifull
EXCEPT some fields are BOLD and some are not! I have looked everywher
in every forum and can't find anything about this. Why is thi
happening? How can I ensure, through VBA, that the DocVariable field
will not suddenly be bold, but will remain the same format as th
surrounding text? PLEASE HELP ME
based on several other documents and puts it into a new document that i
macro enabled. Then, when the user opens the new document they ar
able to open an underlying word form and enter in some final informatio
which is repeated throughout the document, thereby saving them time i
entering those fields. These are docVariable fields which I have place
into the document through the VBA code. When they are finished fillin
out the form, they click a button and all the fields (the docVariables
in the document are updated. They may need to do this several times
editing their answers and re-updating. Everything works beautifull
EXCEPT some fields are BOLD and some are not! I have looked everywher
in every forum and can't find anything about this. Why is thi
happening? How can I ensure, through VBA, that the DocVariable field
will not suddenly be bold, but will remain the same format as th
surrounding text? PLEASE HELP ME