M
matt
When run the vba code to insert a file using a url with a question
mark I get run-time error '4198'. If I do it with a url with no ? it
works fine. If I do it manually in word from the menu Insert|File it
works fine with any valid url.
Application.ActiveDocument.Range.InsertFile
"http://search.yahoo.com/search?p=test&ei=UTF-8&fr=fp-tab-web-t&cop=mss&tab="
Any help would be great!
mark I get run-time error '4198'. If I do it with a url with no ? it
works fine. If I do it manually in word from the menu Insert|File it
works fine with any valid url.
Application.ActiveDocument.Range.InsertFile
"http://search.yahoo.com/search?p=test&ei=UTF-8&fr=fp-tab-web-t&cop=mss&tab="
Any help would be great!