Origin Ver. and Service Release (Select Help-->About Origin): 8.0724 Operating System: Win7
Hi, I am trying to create a sheet where I can copy the data from another sheet. The copied sheet is found in a different folder and it is renamed (from the predefined Sheet1) to the name of the txt file I import. So, I would expect my code to be:
range a = [Book3]a030!Col(c); range b = [Book10]Sheet1!Col(b); b = a
a030 is the name of the copied sheet. however this doesn't work!
if I rename the sheet back to Sheet1 it works!!!
any thoughts???
also, is there a way to only copy the first 10 rows of the column???