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
 Origin Forum
 column names
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

ovince

Yugoslavia
Posts

Posted - 11/25/2006 :  04:07:00 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
hi,

When I copy columns from one worksheet to another the column names are not copyed. Is it posible to adjust some option for that?

Thank you
Oliver

larry_lan

China
Posts

Posted - 11/28/2006 :  01:03:53 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Olive:

There is no avaliable options for this in the current version, maybe you can try to use some scripts or Origin C function to rename the column names? Like:
 
win -a Data1;
wks.col = 2;
nn$ = wks.col.name$;
win -a Data2;
wks.col = 2;
wks.col.name$ = nn$;


Larry
OriginLab Technical Services
Go to Top of Page

greg

USA
1378 Posts

Posted - 12/05/2006 :  08:52:03 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Another option is to use the Window : Duplicate menu option. Then you can Ctrl+Select any columns you want to Delete.

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