G
Guest
Hello All,
Using Access 2003 on Win XP.
I have an Access macro that runs Access code. The code uses the
Application.FileSearch object to find, open and update to the latest excel
version, all the ".xls" files in a directory. Th problem I am having is that
I am unable to suppress the warning that each file that is accessed produces
as it tries to overwrite the existing file with the new version. In the
macro I have Warnings turned off. Inn the code I tried using
"Application.DisplayAlerts = False" but the message I get with that is
"Compile error: Meathod or Data member not found."
Anyone have any suggestions?
Thanks in advance for your help,
Using Access 2003 on Win XP.
I have an Access macro that runs Access code. The code uses the
Application.FileSearch object to find, open and update to the latest excel
version, all the ".xls" files in a directory. Th problem I am having is that
I am unable to suppress the warning that each file that is accessed produces
as it tries to overwrite the existing file with the new version. In the
macro I have Warnings turned off. Inn the code I tried using
"Application.DisplayAlerts = False" but the message I get with that is
"Compile error: Meathod or Data member not found."
Anyone have any suggestions?
Thanks in advance for your help,