I have an access application that iterates through a bunch of excel files to read data that will be written to some tables. Each of these Excel files is linked to another file. When each workbook is opened, it prompts me with a "Do you want to refresh the links" dialog. I can turn the dialog off be setting "Application.AskToUpdateLinks = False". The problem is that, although this setting turns off the dialog, it's defaults to refreshing the links. Relinking over the LAN makes the process far too slow for my purposes. What I need to do is:
1. Turn off the links; and
2. Turn off the dialog.
1. Turn off the links; and
2. Turn off the dialog.