I can suppress that dialog already but I need to know that there were broken links in the sheet that could not be updated. The rest of processing can't go through unless all links have been updated without any error. If there are any missing links, I need to stop and notify the callee.
Main Topics
Browse All Topics





by: roos01Posted on 2007-08-10 at 12:00:43ID: 19672658
to suppres the dialog for updating links you might use this line: ks = False
ks = True
Application.AskToUpdateLin
to turn it on:
Application.AskToUpdateLin
Jeroen