Hey
I'm trying to write a formula in Excel but it appears for some reason with single quotes on the values:
(The formula compares between values of two cells, in this case A4 and E4 and the result should be at cell 4,4)
The code in Autoit:
_ExcelWriteFormula($oExcel, "=EXACT(A4:E4)",4,4)
The Formula content as it appears in Excel function bar after execution:
=EXACT('A4':'E4')
This leads to "#NAME?" result in the excel
Does anyone know how to solve this?
Thanks