Quote:
Originally Posted by noslenwerd
Is there anyway to parlay alignment and text wrap into this?
|
Change:
.InlineShapes.AddPicture StrImg, False, True, .Duplicate
to:
ActiveDocument.Shapes.AddPicture StrImg, False, True, , , , , .Duplicate
Note that the empty arguments allow you to define the size & position - see the VBA help file for more details.
Quote:
Originally Posted by noslenwerd
We need to source all of our images. So I would love to find a way to have the html below, pull in the image, and have a source link below it (where we found the image in the first place).
<img src="C:\test\logo.jpg" cap="http://linktothesource.com">
|
Delete:
.Text = vbNullString