View Single Post
 
Old 12-04-2014, 02:42 PM
arjfca arjfca is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Nov 2014
Posts: 9
arjfca is on a distinguished road
Default How to adjust Image size and other question

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
Reply With Quote