Hi!
I send a picture (transparent png) from access 2010 to a word bookmark and would like to place it overlapping the text.
With wdDoc
.Bookmarks("Signature").Range.InlineShapes.AddPicture "mysignature.png"
.Bookmarks("Signature").Range.InlineShapes.ShapeRange.WrapFormat.AllowOverlap = True
Sending the picture works fine but how can I define the overlapping as the second line does not work!?
Thanks your help!
Michael
I send a picture (transparent png) from access 2010 to a word bookmark and would like to place it overlapping the text.
With wdDoc
.Bookmarks("Signature").Range.InlineShapes.AddPicture "mysignature.png"
.Bookmarks("Signature").Range.InlineShapes.ShapeRange.WrapFormat.AllowOverlap = True
Sending the picture works fine but how can I define the overlapping as the second line does not work!?
Thanks your help!
Michael
Last edited: