A
Andreas Borrmann
Hi
I had the following macro in Word 97. It was supposed to insert PowerPoint graphics into my text and worked perfectly fine. Since I converted to Word 2000 this macro failed to insert my graphics. A newly recorded macro failed to insert the graphics inline into the text (handled like normal characters) but placed it over the text. I used the recording way to produce this new macro and the graphics-placement dialog disabled the option for the inline placement during the recording period. Afterwards I was able to set the inline placement manually
Waht can I do to integrate this into the macro??
Thanks, Andrea
Sub AlsNormtextEinfügen(
Selection.PasteSpecial Link:=False, DataType:=wdwdPasteEnhancedMetafile, Placement:=
wdInLine, DisplayAsIcon:=Fals
End Sub
I had the following macro in Word 97. It was supposed to insert PowerPoint graphics into my text and worked perfectly fine. Since I converted to Word 2000 this macro failed to insert my graphics. A newly recorded macro failed to insert the graphics inline into the text (handled like normal characters) but placed it over the text. I used the recording way to produce this new macro and the graphics-placement dialog disabled the option for the inline placement during the recording period. Afterwards I was able to set the inline placement manually
Waht can I do to integrate this into the macro??
Thanks, Andrea
Sub AlsNormtextEinfügen(
Selection.PasteSpecial Link:=False, DataType:=wdwdPasteEnhancedMetafile, Placement:=
wdInLine, DisplayAsIcon:=Fals
End Sub