12-10-2010 07:36 PM
I want to be able to transfer data into excel in a set number of cells. For example I want to transfer 16 numbers into a 4x4 matrix. I can transfer them one at a time but not automatically. Any help would be appreciated.
12-10-2010 10:42 PM
Why would you want to use DDE? If you have the report generation toolkit, use that. You should look at the Write Table to Excel example that comes with LabVIEW. There is also the Excel board. Do not post there.
12-11-2010 09:08 AM
I attached what I have so far. I can transfer that data but I cant place the data in excel where I want it. Is there a simple way to do this without using a case structure. Thanks
12-11-2010 09:17 AM
I have no idea what a case statement has to do with your problem and I still have no idea why you would use the obsolete DDE. Sorry. Have you even looked at the ActiveX examples?