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 specified columns data to a new project

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
A_Spring Posted - 01/06/2020 : 9:54:16 PM
With the LabTalk language,I did some work abouk "Copy specified column data to a new project" , I used the"DDE - pc...",but I can canot copy the specified columns to Excel,this is a critical drawback for my work,So is there other ways to solve this problem ?

Version:8.5
3   L A T E S T    R E P L I E S    (Newest First)
yuki_wu Posted - 01/09/2020 : 9:22:14 PM
Hi,

I think you have known the answer. I am afraid we cannot do this, which we have dicussed a few days before.

Regards, Yuki
OriginLab
A_Spring Posted - 01/09/2020 : 03:03:12 AM
quote:
Originally posted by yuki_wu

Hi,

I feel a littile bit confused. Do you wanna copy data from one Origin project to another or an Excel file?

If latter, you can refer to this example below:
//Please make sure Excel is running 
//idExcel can be any names you like, it just an identifier 
dde -c excel|sheet1 idExcel;
//copy Origin project data [Book1]Sheet1!1[1:32] to the first column of Excel file 
dde -pc idExcel R1C1:R32C1 [Book1]Sheet1!R1C1:R32C1;

More info please refer to:
https://www.originlab.com/doc/LabTalk/ref/DDE-cmd

Regards, Yuki
OriginLab



I wanna copy specified column data from one Origin project to another project.
yuki_wu Posted - 01/07/2020 : 9:33:05 PM
Hi,

I feel a littile bit confused. Do you wanna copy data from one Origin project to another or an Excel file?

If latter, you can refer to this example below:
//Please make sure Excel is running 
//idExcel can be any names you like, it just an identifier 
dde -c excel|sheet1 idExcel;
//copy Origin project data [Book1]Sheet1!1[1:32] to the first column of Excel file 
dde -pc idExcel R1C1:R32C1 [Book1]Sheet1!R1C1:R32C1;

More info please refer to:
https://www.originlab.com/doc/LabTalk/ref/DDE-cmd

Regards, Yuki
OriginLab

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