Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with Excel + GetCell
#1
Hello,

I dont know if is possible, but i need to read a row in excell get the data and then i call a function to fill that data on other program.
After that i want to fill on end of that column the data gived by the other program. Till here its ok.

The problem is how i pass to next line and make QM read the next line and fill on end.. and make this till end of rows with dada.


Code:
Copy      Help
ExcelSheet es.Init("sheet1" 1|8|16 "D:\userdata\teste\Desktop\teste1.xls")
err
    goto [PREPARATION]


es.GetCell(cel1 1 2)
es.GetCell(cel2 2 2)
es.GetCell(cel3 3 2)
es.GetCell(cel4 4 2)
es.GetCell(cell5 5 2)


What i need is a way to increment de ROW so the program after fill the cell 6, with the data of other program, he reads the line bellow and so on.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)