Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Macro Word - add picture from internet

Status
Not open for further replies.

HangOn

Programmer
Feb 5, 2008
2
CA
Could you please help me out!

I try do create a Macro Word by using Tools - Macro - Record New Macro and add a picture from a website. The picture is show up. Here is the code that I got:

Selection.InlineShapes.AddPicture FileName:= _
"LinkToFile:= False, SaveWithDocument:=True

When I run this code, nothing is happening. Is there other way to add the Internet picture into Word? Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top