G
Gary Fritz
I suspect this isn't the optimal group to post this question, so if there's
a better place, please point me there...
I'm developing some training using Powerpoint and Word 2003. I'm supposed
to copy the slides in PPT and paste them into Word using a provided macro.
The macro includes:
Selection.PasteSpecial Link:=False, DataType:=wdPasteMetafilePicture, _
Placement:=wdInLine, DisplayAsIcon:=False
This works just fine, except one thing. The resulting metafile graphic is
always a fixed width (605 pixels, not sure where that came from), which is
OK. But the paste-as-WMF insists on CENTERING the graphic in the resulting
WMF.
This is a pain because it means my nicely-formatted slides end up all over
the page. I want them all to be left-justified the way they are in PPT, so
they line up with the other objects in Word.
Is it possible to control the PasteSpecial operation so it doesn't center
the WMF?
Thanks!
Gary
a better place, please point me there...
I'm developing some training using Powerpoint and Word 2003. I'm supposed
to copy the slides in PPT and paste them into Word using a provided macro.
The macro includes:
Selection.PasteSpecial Link:=False, DataType:=wdPasteMetafilePicture, _
Placement:=wdInLine, DisplayAsIcon:=False
This works just fine, except one thing. The resulting metafile graphic is
always a fixed width (605 pixels, not sure where that came from), which is
OK. But the paste-as-WMF insists on CENTERING the graphic in the resulting
WMF.
This is a pain because it means my nicely-formatted slides end up all over
the page. I want them all to be left-justified the way they are in PPT, so
they line up with the other objects in Word.
Is it possible to control the PasteSpecial operation so it doesn't center
the WMF?
Thanks!
Gary