12-21-2011, 10:34 AM
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.
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.
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.
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.