Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Links in Word will not auto-update
Name: Captain Rancor Date: December 7, 2006 at 20:26:51 Pacific OS: Win XP CPU/Ram: P4 1g RAM Product: Dell
Comment:
I have a Word doc with numerous links to an excel sheet. Although all settings are checked to auto-update links on the Word doc when it loads, and the popup even comes on the screen upon load of the Word doc asking to update the links, none of the links are updated automatically once the file loads. If I ctrl+a then F9, every link will then update, but I need it to do so upon load. Any ideas what I might be doing wrong?
Name: Jennifer SUMN Date: December 8, 2006 at 05:45:13 Pacific
Reply:
Once the document is loaded, the links will not update. That's normal behavior. You could create a macro that updates when you run it, which in theory is no different than what you're already doing.
You can also update before printing if you wish by going to Tools, Options, Print, Printing Options, Update Fields, Update Links.
Life is more painless for those who are brainless.
Summary: Someone help me using Excel VBAProject to write a formula: Function mySum(firstCell As Range, interval As Integer, lastCell As Range) temp = 0 For i = firstCell.Row To lastCell.Row Step interval tem...
Summary: Hi, Not sure if this is what you are after and I am working in Exl 2003 but, You can copy the value in the cell in excel and paste it into word, you can't write the cell reference directly e.g Sheets1...