T O P I C R E V I E W |
ben_at_work |
Posted - 09/20/2006 : 08:39:47 AM Origin Version (Select Help-->About Origin): 7.0 Operating System: windows 2000
Hello.
I saved a worksheet template and I want to open it and after it is opened I want to write my data over the old data. But I dont know how to open it. Can you help me?
|
4 L A T E S T R E P L I E S (Newest First) |
ben_at_work |
Posted - 09/25/2006 : 06:49:05 AM Oh, I have not read the first lines. I think that works.
Thanks Mike. |
Mike Buess |
Posted - 09/20/2006 : 5:21:15 PM quote: how can I open it?
If you saved the template as templateName then the commands I gave you will open a worksheet with the number and names of columns you gave it. Perhaps you didn't really save your template.
Mike Buess Origin WebRing Member
Edited by - Mike Buess on 09/20/2006 5:21:48 PM |
ben_at_work |
Posted - 09/20/2006 : 11:18:32 AM ok, no problem, but how can I open it? so data is not the most important. I need the number of colums, the name of them and the designation for plotting, thats why I saved the template.
|
Mike Buess |
Posted - 09/20/2006 : 08:59:30 AM Menu: File > New LabTalk: win -t D templateName; OriginC: Worksheet wks; wks.Create("templateName");
Data are not saved with a template so the new window will be empty.
Mike Buess Origin WebRing Member
Edited by - Mike Buess on 09/20/2006 09:23:12 AM |