Look the code:
#Include <OOoCOM_UDF.au3>
local $fn = @ScriptDir & "\test.xls"
$oCurCom = _OOoCalc_Open($fn)
$value = _OOoCalc_ReadCell ($oCurCom, 0, 0, 0)
MsgBox(1, "AutoIt", $value)
Exit
I want to show the $value but i can't show the test.xls, an my code show the test.xls, how i can hide the test.xls and show $value??
Please i need do this.
Thanks.