![]() |
|
#1
|
|||
|
|||
|
Hello, I have a problem with Word and the VBA Method InsertFile() and literature references. When I insert a Word document with a link of literature references into an open document, the source references are lost. For example: Selection.InsertFile (cDoc1.docx) When I paste the references with Copy and Paste you will get it. Any solution? Best regards Jürgen |
|
#2
|
||||
|
||||
|
Solution: use copy/paste or the FormattedText method. Neither of these will add references that have not been cited in the source document or displayed in it's bibliography, however.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#3
|
|||
|
|||
|
Quote:
Copy and Paste is no alternative, because the document should not not be opened. |
|
#4
|
||||
|
||||
|
No, it's not a bug. It's just that different methods do different things.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
MS 2010 Literature
|
PetrK | Word | 3 | 04-25-2017 05:16 AM |
Indirect Reference?
|
tinfanide | Excel | 2 | 08-28-2015 05:11 PM |
Reference number and cross reference for equation numbers to match the thesis format
|
wmac | Word | 1 | 05-14-2013 08:54 PM |
range.insertfile produces diff result between word 2010 and 2007
|
rsmedley | Word | 1 | 02-15-2012 10:48 PM |
Header/Footer lost with InsertFile
|
cksm4 | Word VBA | 2 | 03-07-2011 06:09 PM |