06-10-2005 02:44 PM
06-11-2005 12:47 AM
@Richard Ballantyne wrote:
Why doesn't the LabVIEW forum here at the ni.com website have subthreads? It would make browsing the forum for related information easier. Anyway, I have 2 questions:
My first question is, how can I copy data from a LabVIEW table and paste it directly to a text file asdelimited text, or paste it straight into an Excel spreadsheet? Working through an intermediate file is not an option because our customer says "it adds an extra step that complicates things and opens a door for operator error". Currently, when I right click a LabVIEW table/plot I can select "copy data". But when I paste this "data" into another application (like Wordpad, Excel, etc), it pastes it as a bitmap image, and not as tab delimited data. This is unacceptable because data depicted in a bitmap image is not a retrievable format where the data can be retrieved, edited and plotted using a program of our choosing (e.g. Matlab, OpenOffice, Excel, etc.) The MySQL database frontend project I'm working in is becoming more and more like an Excel clone written in Labview. I'm hitting some stumbling blocks though because LabVIEW tables are limited compared to Excel tables.
My second question is related to my first question. Is there any way I can use LabVIEW to edit the contents of the operating system's copy/paste clipboard? If so, I could write Labview code to format the text on the clipboard. That way the data could be pasted nicely into either Excel or a plain text file.
Thanks,
Richard
06-13-2005 08:25 AM
06-14-2005 09:56 AM
06-14-2005 10:28 AM
06-14-2005 10:33 AM
02-15-2007 07:00 AM
Hello
Can you help me with a probelm with Excel. I need to copy data values from an excel sheet ( from row 4 column 1 to row 9 column 4) and paste these data diretcly to WSord document. How is this possible? Do you have a vi for this?
Thanks
02-15-2007 01:34 PM
02-16-2007 10:04 AM - edited 02-16-2007 10:04 AM
Hello Matthew,
All I had to do to get your VI to work was change the range "Value" property to "Value2".
Also, please don't post on old threads. This thread is almost 2 years old and you have a much lower chance of someone finding your post if you reply to threads this old.
Regards,
Justin D
Message Edited by Justin D on 02-16-2007 10:05 AM
02-19-2007 04:04 PM
Hello
Can anyone help me in copying the contents of a cell in Excel and paste to the a wrod document. With the VI in the above message i was able to get the contents in a cell in excel , but as a table. When i directly connect the output from array to spreadsheet string to a specific position in word it does not work. Can any one help?[ I have attached the vi for it below]