Hello, I wanted to add information at the end of my Excel file, the problem here is that all the Excel file is configured to use “US date” as format and the information I’m trying to add look like this:
ExcelFile(12)(0) = “WER23424”
ExcelFile(12)(1) = “3452”
ExcelFile(12)(3) = “123,45”
and Excel transform those into a date…
Is there any ways to bypass the Excel format?
Activity I’m using to do it:
Excel Application Scope
Append Range
Thanks.