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
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Copy specified columns data to a new project
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

A_Spring

China
9 Posts

Posted - 01/06/2020 :  9:54:16 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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

yuki_wu

896 Posts

Posted - 01/07/2020 :  9:33:05 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

A_Spring

China
9 Posts

Posted - 01/09/2020 :  03:03:12 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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.
Go to Top of Page

yuki_wu

896 Posts

Posted - 01/09/2020 :  9:22:14 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000