Insert File - Font mysteriously changing.

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
 
J

Jezebel

1. When you insert a file, its styles may be updated to the definitions in
the existing document.

2. Yes, you can use find and replace to look for, and replace, fonts and
sizes.
 

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