![]() |
|
#1
|
|||
|
|||
|
Hi there,
Does anyone know if it is possible to insert a document that is stored on a website? Essentially I would like to know if it is possible to manipulate the "insert file" function to insert a file that is stored on a web address (hyperlink) instead of inserting a file from the hardrive. Please note that I do not want to put a hyperlink in the document, I would like the text to be insert into the document. If anyone can help I'd be very grateful Many thanks, Philip |
|
#2
|
|||
|
|||
|
Could ya give me a real example or the document link ya want to do?
I could rarely understand what you meant without an example. |
|
#3
|
||||
|
||||
|
Hi Philip,
Try something along the lines of: Code:
Sub OpenWebDoc()
ActiveDocument.FollowHyperlink Address:="https://www.msofficeforums.com/attachment.php?attachmentid=1932&d=1328652267", _
NewWindow:=False, AddHistory:=False
End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Problems with inserting pic into document
|
ffwilson26 | Word | 1 | 07-04-2011 08:04 PM |
Hypertext links within document? (not to a website)
|
cosiyak | Word | 1 | 05-22-2011 01:26 PM |
| Inserting a Hyperlink and Rich Text in Groupwise Email | cksm4 | Word VBA | 0 | 03-07-2011 06:33 PM |
Inserting B-size page into document
|
Excelsior731 | Word | 1 | 02-16-2011 01:49 PM |
| Inserting one office document into another, reads changes | darkproject2 | Word | 4 | 06-17-2009 11:35 PM |