Hi,
Before I created my script with Windows 7 pro 32bit computer with Office 2013 32bit, and it's working on all my computers with Win7, Win8, Win10 with office 32 and 64bit...
Now I want to edit it on Windows 10 pro 64bit Computer with Office 2016 64bit and I get error: _ExcelReadCell() - undefined function. Can this computer or office version cause the problem? Excel.au3 is included.
Here is the part of my script:
Local $oExcel = _Excel_Open()
Local $oWorkbook = _Excel_BookOpen($oExcel, $xlsRepairs&$sItem)
$CVDevice = _ExcelReadCell($oExcel, 1, 2) ; Device name
$CVeqrma = _ExcelReadCell($oExcel, 3, 3) ; EQRMA Number
$CVlot = _ExcelReadCell($oExcel, 5, 3) ; Lot number
$CVpn = _ExcelReadCell($oExcel, 8, 3) ; PN
$CVsn = _ExcelReadCell($oExcel, 11, 3) ; SN
$CVreceived = _ExcelReadCell($oExcel, 17, 3) ; received
$CVDevIdent = _ExcelReadCell($oExcel, 1, 2) ; Device identification
$CVProjIdent = ($oExcel, 2, 2) ; Project identification
_Excel_Close($oExcel)