Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Updating problem 1

Status
Not open for further replies.

UnsolvedCoding

Technical User
Jul 20, 2011
424
0
0
US
I am having a problem with the workbook wanting to use a popup window each time a link is updated instead of it auto updating using this line of code:

Code:
ThisWorkbook.UpdateLink Name:=ThisWorkbook.LinkSources

Anyone know why and how to update the formulas without the annoying popups making people think the workbook is broken?

It has taken me a while to make sense of what I hear at work involving computers. There is much talk of bugs and questions about Raid.
Therefore I have come to the logical conclusion that the only way to have a properly functioning computer is to regularly spray it with Raid bug killer.
 
You can disable updating linls manually or by code ([tt]ThisWorkbook.UpdateLinks = xlUpdateLinksNever[/tt]) and next update them only by your code above.

combo
 
Thanks Combo, it looks like this solved the problem.

It has taken me a while to make sense of what I hear at work involving computers. There is much talk of bugs and questions about Raid.
Therefore I have come to the logical conclusion that the only way to have a properly functioning computer is to regularly spray it with Raid bug killer.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top