K
Karen
I want to add a picture to a document that floats and then I'll figure out a
way to place it correctly. I think I need to use Options.PictureWrapType =
wdWrapMergeFront but can't seem to figure out where in my code to place it
so it has the desired affect. This is extremely simple macro just to insert
a pix. Can anyone tell me where to add Options.PictureWrapType -
wdWrapMergeFront?
Options.PictureWrapType = wdWrapMergeFront
Selection.InlineShapes.AddPicture FileName:= _
"F:\Documents and Settings\Karen\My Documents\topTall2.bmp" _
, LinkToFile:=False, SaveWithDocument:=True
Selection.Extend
Selection.MoveLeft Unit:=wdCharacter, Count:=1
Options.PictureWrapType = wdWrapMergeFront
The above code has no effect on the picture, I also tried to code at the
start of the macro--no difference
way to place it correctly. I think I need to use Options.PictureWrapType =
wdWrapMergeFront but can't seem to figure out where in my code to place it
so it has the desired affect. This is extremely simple macro just to insert
a pix. Can anyone tell me where to add Options.PictureWrapType -
wdWrapMergeFront?
Options.PictureWrapType = wdWrapMergeFront
Selection.InlineShapes.AddPicture FileName:= _
"F:\Documents and Settings\Karen\My Documents\topTall2.bmp" _
, LinkToFile:=False, SaveWithDocument:=True
Selection.Extend
Selection.MoveLeft Unit:=wdCharacter, Count:=1
Options.PictureWrapType = wdWrapMergeFront
The above code has no effect on the picture, I also tried to code at the
start of the macro--no difference