
Pasting a picture/Formatting a picture
Hey all -
I export graphs from my Excel doc to my Word 2000 doc (pasting them in as a
picture), but I am unable to programatically set the picture to "In Line
With Text". I used the Macro recorder to figure out how, but they grey out
the command for wrapping "In line with text". I am forced to use something
like the code below.
Selection.ShapeRange.WrapFormat.Type = wdWrapTopBottom
Anyone know why?