Hello
A macro insert an image from a file link
How can I adjust to reduce the size of the image?
Code:
Selection.InlineShapes.AddPicture FileName:= _
strText, LinkToFile:=False, _
SaveWithDocument:=True
Now the image is a small one, How can I see it in full size by clicking on it and be again reduce if I click another time on it
After the image has been installed on the page, is the image is a part of the document or only the link. I want to see the image of the link, but not want to have the image in the page ( hope I'm clear)
Martin