Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
JimThieser
Posted - 03/25/2021 : 2:28:29 PM Origin Ver. and Service Release (Select Help-->About Origin): Operating System: Hi togehter, maybe you can help me. I would like to use the comment name of a worksheet to use is as input for a cell... Like:
col(A)[1]=wks.col1.comment$....
Is there any way to deal with that...
I imported many files and the filename is in the comment of a column and i would like to use the file names for the declaration of my files....
Thanks a lot...
2 L A T E S T R E P L I E S (Newest First)
JimThieser
Posted - 03/25/2021 : 3:08:33 PM Hi, thanks.. I think that will help....
Chris D
Posted - 03/25/2021 : 2:53:23 PM Hi,
Try this:
col(A)[1]$=wks.col1.comment$;
Thanks, Chris Drozdowski Originlab Technical Support