The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Copy a column value

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
YC.Lai Posted - 05/04/2016 : 02:31:03 AM
Hi
I use origin 9.1

I want to copy column(A) form book1, then paste to other workbooks as column (A).

What should I do ?
Thanks for any suggestions.

YC.Lai
3   L A T E S T    R E P L I E S    (Newest First)
SeanMao Posted - 05/10/2016 : 03:09:51 AM
Hi,

I tried a simple case to copy the two columns in Book1 sheet1 to Book2 sheet1 and it works well:

colcopy -r 2 irng:=[Book1]Sheet1!1:2 orng:=[Book2]Sheet1!1:2;


I am not sure what goes wrong on your side. If problem persists, can you pls explain in more details?

Thanks!

Sean

OriginLab Tech.


quote:
Originally posted by YC.Lai

Hi,

Thanks for the suggestion. colcopy function seems to be what I need, however some how it doesn't work as I thought.

I have chosen three destination columns (will be as many as 50 column (A) in each books) but only one column has been replaced by the copied content.

I'm not sure which part I did wrong, thanks for your helps again!

YC.Lai Posted - 05/06/2016 : 03:58:08 AM
Hi,

Thanks for the suggestion. colcopy function seems to be what I need, however some how it doesn't work as I thought.

I have chosen three destination columns (will be as many as 50 column (A) in each books) but only one column has been replaced by the copied content.

I'm not sure which part I did wrong, thanks for your helps again!
SeanMao Posted - 05/04/2016 : 04:02:00 AM
Hi,

If you mean manually, you can right click to select Copy Columns to the use hunt button to select the destination column you want to paste to.

If you want to do it using LabTalk, you can check out the "colcopy" X function:

http://www.originlab.com/doc/Origin-Help/copy-columns

Regards!

Sean

OriginLab Tech.

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000