I am using
in my application.
An xls file is created but when trying to open it in Excel 2007 I get a warning that the file maybe corrupted etc.
It does open correctly though when ignoring the warning.
As I am automating the opening of the created xls file this warning is not welcome.
Why is this happening please? Is there any solution.
Thanks
Coldan
Code:
oExcel = Createobject("Excel.Application")
in my application.
An xls file is created but when trying to open it in Excel 2007 I get a warning that the file maybe corrupted etc.
It does open correctly though when ignoring the warning.
As I am automating the opening of the created xls file this warning is not welcome.
Why is this happening please? Is there any solution.
Thanks
Coldan