I you like to know how to move from one range down in the active sheet or move column to the right.
Thank you!



Moderators: JRL, Dorian (MJT support)
Code: Select all
Let>XLRow=5
XLSetCell>xlbook,Sheet1,%XLRow%,1,this,res1
XLSetCell>xlbook,Sheet1,%XLRow%,2,that,res2
XLSetCell>xlbook,Sheet1,%XLRow%,3,them,res3
XLSetCell>xlbook,Sheet1,%XLRow%,4,him,res4
XLSetCell>xlbook,Sheet1,%XLRow%,5,her,res5
Let>XLRow=XLRow+1