This post is more asking for help from the scratch. If it is inappropriate, I will delete this.
I have tons of data to process using Origin that I was doing manually. It is basically copying a data set from a worksheet and inserting them in a column and plot them. Please see the attached image for example.
However, it takes a lot of time when I have to do it for more than 50 worksheets that have thousands of rows at once and it is something that I feel could be automated using a script.
But, I am very bad at scripting mainly because I dont know any programming language.
So I was wondering if someone could kindly help me create a script to do that? It would be really great given the time constraint I have.
Sincerely, Shashank
Origin Pro 2018b, b9.5.5.409 Operating System:Windows 10
range r1 = col(A)[1:17];
range r2 = col(C);
copy -a r1 r2;
range r1 = col(D);
copy -a r1 r3;
range r1 = col(A)[18:33];
range r2 = col(E);
copy -a r1 r2;
range r2 = col(F);
copy -a r1 r2;