Hey guys I'm new to autoit, so this could be a simple question. I'm trying to read the value from the currently selected cell in Excel. I read on the forum and tired to find videos, but I couldn't quite get to it.
This is what I have got so far:
Local $oExcel_1 = _Excel_Open()
Local $var = "C:\Users\Acer\xy"
Local $oWorkbook = _Excel_BookOpen($oExcel_1,$var)
Local $_read1 = _Excel_RangeRead($oWorkbook, Default.Application.ActiveCell.Address)
Whatever I try, I either get an error or it only reads "0".
Thank you very much for any helpful thoughts!