problem when pasting data in excel

Discuss RoboTask here
Post Reply
vblisset
Posts: 1
Joined: Tue May 26, 2009 2:30 am
Location: Saint Helena

problem when pasting data in excel

Post by vblisset »

Hi, I manage to create some variables, copying data from an excel, moving through the sheet with pauses abouit 200ms, but when I try to paste them into another excel it copies them but the strange thing is that if I copy into  row/column a1 and I do a tab to paste into the next column b1it goes down to  b2, and the same when I go the next one it goes up or down some rows at the same time.The thing it doesn´t look to have any known pattern because I tried to correct this by going up and down before pasting and it doesn´t work much, I get some improvements but nothing good.
JMusic
Posts: 6
Joined: Tue Jun 02, 2009 11:49 am
Location: United States

problem when pasting data in excel

Post by JMusic »

Use a text loop to turn it into a delimited variable and
then reference the variable as {variable(0)}.
Post Reply