linux120 Posted January 31, 2008 Report Posted January 31, 2008 I must pass data table with active x for excel from LabVIEW. I'm succeeded to pass a single cell but I must pass as entire table. Attachment the portion of code. Thanks... Quote
Ton Plomp Posted January 31, 2008 Report Posted January 31, 2008 QUOTE(linux120 @ Jan 30 2008, 08:51 AM) I must pass data table with active x for excel from LabVIEW.I'm succeeded to pass a single cell but I must pass as entire table. Attachment the portion of code. Thanks... Your code will never work, close the references when your done. Look up in the Excel VBA help what you should do. Now you are changing a range not the contents of that range. Ton My tip: Get the NI report generation Toolkit. Quote
Dirk J. Posted January 31, 2008 Report Posted January 31, 2008 There is an example of doing just this in the 'example finder'; search for ActiveX, or locate this file: [LabVIEW]\examples\comm\ExcelExamples.llb\Write Table To XL.vi QUOTE(linux120 @ Jan 30 2008, 08:51 AM) I must pass data table with active x for excel from LabVIEW. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.