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!

Search results for query: *

  1. HangOn

    Macro Word - add picture from internet

    It doesn't work for Ms-Word 2000. I find the way to work around, but don't know how to do the inlineShapes with it With Dialogs(wdDialogInsertPicture) .Name = "http://www.google.ca/intl/en_ca/images/logo.gif" .Execute End With
  2. HangOn

    Macro Word - add picture from internet

    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:= _ "http://www.google.ca/intl/en_ca/images/logo.gif"...

Part and Inventory Search

Back
Top