The Problem: I have an unattended database (triggered by scheduler) which imports excel files into access after checking the contents and format, but the process halts at "appExcel.Workbooks.Open" if it is unable to open the file - such as a zip file changed from .zip to .xls (I'm not joking!)
Is there an equivalent command to "DoCmd.SetWarnings False" for "appexcel" in access 2003. if I can avoid the error message, the rest of the code handles the problem
any advice would be appreciated
Thanks
Is there an equivalent command to "DoCmd.SetWarnings False" for "appexcel" in access 2003. if I can avoid the error message, the rest of the code handles the problem
any advice would be appreciated
Thanks