Word picture text box font size problem

W

Wojson

Hello !
I have a problem concerning a text box font size in Word.

I create a chart in Excel and copy/paste it into a Word document (Excel :
ActiveChart.CopyPicture Appearance:=xlPrinter, Size:=xlScreen,
Format:=xlPicture, then Word : Selection.PasteSpecial Link:=False,
DataType:=wdPasteEnhancedMetafile, Placement:=wdInLine, DisplayAsIcon:=False
).

When I edit the object in Word it is changed to a word picture automatically
and the font size in text boxes present in the picture changes from 10 (set
during the chart creation in Excel ) to 12. How can I prevent such behavior
?

(Chart creation, copying and pasting is done by VBA macros.)
 
Top