Jump to content

Excel quotes in formula


Go to solution Solved by shahino007,

Recommended Posts

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...