When I insert an image into a word document using this command:
WordApp.Selection.InlineShapes.AddPicture (myPicture)
VB6 places it exactly where I asked, that is, right after (or next line below if wrapped).
What I would LIKE is to place pictures throughout the document, but would like them to
appear BEHIND the text (like a watermark). I plan on putting pictures behind specific names and addresses.
Anyone know how to put images behind, instead of inline with, text in MS Word (using VB, that is)?
WordApp.Selection.InlineShapes.AddPicture (myPicture)
VB6 places it exactly where I asked, that is, right after (or next line below if wrapped).
What I would LIKE is to place pictures throughout the document, but would like them to
appear BEHIND the text (like a watermark). I plan on putting pictures behind specific names and addresses.
Anyone know how to put images behind, instead of inline with, text in MS Word (using VB, that is)?