UpdateLink error

R

Ray

When I attempt to use VBA to update all links in my workbook,
everything seems to be working fine and then the following error
occurs:

Run-time error '1004':
Method 'UpdateLink' of object '_Workbook' failed

Here's my code:
Private Sub UpdateLinks_Click()
Application.DisplayAlerts = False
ActiveWorkbook.UpdateLink Name:=ActiveWorkbook.LinkSources
Application.DisplayAlerts = True
End Sub

When I look at my data, it appears that most (if not all) of the
links updated properly, but I really have no way to knowing exactly
where in the process the error occurred -- there are ALOT of links!
It may be useful for you to know that the workbook links are in 2
tabs, but linked to approx 25 external workbooks. These external WBs
are located in the same folder and the links are to the same cell
addresses within each WB.

I'm using XL2003 on XP....

Any help is MUCH appreciated!
Ray
 
G

Guest

Are any of the other workbooks open on your machine at the time? I have had
that error come up under those circumstances.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

UpdateLinks error? 2
Updatelink Error 1
Macro to Update links on a network 4
On error... 5
why won't this work? 3
links update problem 3
update links question 2
UpdateLink Method 0

Top