D
dalecarriger
Hi!
I have been inserting a file into a word document.
Selection.InsertFile ("C:\Dale\Vision\Renewal Letters
Production\Employer\Vision Renewal Rate Increase Employer Final.doc")
There is additional logic in the VBA that determines which files to
insert.
The original file is in Font Size 10. However, when it is inserted it
immediately changes the font size to 12. Interestingly when I change
the font size in the original to 9 it stays at a 9 when inserted. The
font is Century Gothic. There are other files inserted with different
fonts and font sizes.
Is it possible to do a find and replace to change the font size to 10
for the whole new document for fonts = Century Gothic and Font Size =
12?
This has been killing me so any help would be greatly apprecited.
Thanks.
Dale
I have been inserting a file into a word document.
Selection.InsertFile ("C:\Dale\Vision\Renewal Letters
Production\Employer\Vision Renewal Rate Increase Employer Final.doc")
There is additional logic in the VBA that determines which files to
insert.
The original file is in Font Size 10. However, when it is inserted it
immediately changes the font size to 12. Interestingly when I change
the font size in the original to 9 it stays at a 9 when inserted. The
font is Century Gothic. There are other files inserted with different
fonts and font sizes.
Is it possible to do a find and replace to change the font size to 10
for the whole new document for fonts = Century Gothic and Font Size =
12?
This has been killing me so any help would be greatly apprecited.
Thanks.
Dale