Prev: I want my changes to be in black, not blue font
Next: I own a works suite 2006 why can't I put it in 2 different compute
From: So confused So on 5 Jun 2010 12:44 I have a Word document that includes several linked Excel tables. Since converting to Office 2007, when we open the Word document, it opens and closes the Excel file in the background once for every table in the Word document. I have tried changing the links to be manual update only but it didn't fix the problem. Since there are several tables linked to the Excel file, it takes up to 10 minutes to open the Word document. Does any one have a solution for this? Any suggestions?
From: Doug Robbins - Word MVP on 5 Jun 2010 18:13
That is the issue discussed in the thread at http://techrepublic.com.com/5208-7343-0.html?forumID=101&threadID=245533&start=0 I have an idea that if you start afresh with a new 2007 format document and insert the links, the issue has been overcome. At the time that it first appeared however the work around that I came up with was to use VBA code to insert the data into a bookmarked range in the document and write the source of the data (the address in the LINK field) to a document variable with the name of the bookmark and then to break the link to the source to overcome the timing issue when the document was opened. Then if it was desired to updated the "linked" data in the document, a macro was run that accessed the document variables to get the bookmark names and the address of the original LINK fields that was stored in them and then grabbed the data from the source in Excel and updated the information within the bookmark. -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP, originally posted via msnews.microsoft.com "So confused" <So confused(a)discussions.microsoft.com> wrote in message news:1A35C255-75A4-4DD8-8953-0E688EB48A58(a)microsoft.com... > I have a Word document that includes several linked Excel tables. Since > converting to Office 2007, when we open the Word document, it opens and > closes the Excel file in the background once for every table in the Word > document. I have tried changing the links to be manual update only but it > didn't fix the problem. Since there are several tables linked to the > Excel > file, it takes up to 10 minutes to open the Word document. Does any one > have > a solution for this? Any suggestions? |