Jump to content

tenken

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by tenken

  1. Thanks a lot for your help; but there's something strange : I had retry to use this syntax _ExcelCopy($oExcel, "C1;D1;H1;L1") and it worked, the script paste the cells, but crash just after that :s I don't understand where the problem is ?
  2. 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
  3. Thanks its working
  4. Hi everbody, I'm just beginning with AutoIT, and I'm actually trying to do a script which interact with Excel. I wonder how can I return the number of selected cells ? And first of all, if its possible to do that with AutoIT. Thanks.
  5. Erf, so its not possible, thanks for your answer
  6. Hi everybody, Someone suggest me to post here for my question. I'm just begin with AutoIT, and I wonder if a command or function exist to move the current active cell ? In example, I want to make active the cell B2, is it possible and how ? Thanks P.S : sorry for my english, I'm french and don't practice a lot ^^
×
×
  • Create New...