Hi all,
I'm trying to select multiple cells with this function and it doesn't work.
May be my syntax is wrong :
_ExcelCopy($oExcel, "C1;D1;H1;L1")
So I'm trying to select different cells one by one, and I can't.
In opposite, this syntax works perfectly :
_ExcelCopy($oExcel, "C1:L1")
but that's not that I want to do ^^
Thanks