T O P I C R E V I E W |
Rhazal |
Posted - 11/04/2013 : 03:46:20 AM Hello,
is there a possibility to change the initial layout of an automatically opened worksheet, especially the number of columns? I collect data of an experiment via LabView and send this data to Origin via the Labview Origin Sub VIs. My problem is that those Sub VIs open Origin and are able to create a new workbook and worksheet, but the sheet will initially only have two columns, so every data I would like to send to other columns is lost, if I don't add columns manually. I've tried to find any possibilities to adjust this via the options but haven't found any setting that allows me to do so.
I'm using LabView 2012 and Origin 9.
Thanks for your help. |
1 L A T E S T R E P L I E S (Newest First) |
greg |
Posted - 11/04/2013 : 09:02:49 AM Using LabTalk script, you can either Open your own Workbook Template with
window -t Data MyCustomWorkbookWith10Columns;
or add some columns
worksheet -a 8;
before sending the data. |
|
|