created an access 2003 app that writes data to cells of an excel file and works with ms office 2003.
Set openxls = CreateObject("Excel.Application")
set XLDoc = openxls.Workbooks.open("C:\Gage.xls");
When running it in a different PC with 2010, i get the file not found error. Even though, the xls is present.