I have a workbook with 3 data import queries linked to a database via an
ODBC driver.
One of the queries uses parameters, the others do not.
The queries are all set not to automatically refresh on opening, but every
time I open the workbook I get the Query Refresh dialaog with the option to
enable/disable automatic query refresh.
How do I supress the display of this dialog?
I have tried putting a macro to do this in the wokrbook_open event. This
does not work.
Bookmarks