01-08-2015 03:50 AM
Hi All,
My report generator tool kit which was developpend using labview 2011 was workign with excel 2010...after that i installed 2013 excel and the code is not working..
Do i need to enable some setting to work with excel 2013.
Basically this generator tool will copy the charts from excel and paste in power point...Please let me know.
Thanks,
Hareesh
01-08-2015 04:07 AM - edited 01-08-2015 04:07 AM
Office 2013 is not supported according to this table: http://digital.ni.com/public.nsf/allkb/C9408B9F08D711E786256F3300701D01
Only the 2014 version of the report generation toolkit supports Office 2013. You'll need to either install an older version of Office or upgrade the application to LabVIEW 2014.
01-08-2015 04:35 AM
Thanks,
Sorry, i said reprot generator tool kit, but it is not the one, my GUI name was report generator tool, i used write and read from excel functions and did the coding. the same GUI is workign when i wated to read the charts from 2010 excel and plot in 2010 ppt, once i upgrade the office to 2013 the gui is not working....i reverted back the excel version to 2010 and it is working fine, but eventually i should migrate to 2013...Please suggest some idea to make this code work for 2013 aswell.
Thanks
01-08-2015 05:29 AM
Ah, I understand now - I had assumed you were using the NI Toolkit.
If you're not using the report generation toolkit, did you write your own VIs for communicating with Office or are you using a different toolkit? If you're using ActiveX to communicate with Office it may be that the ActiveX API has changed for Office 2013 - you will probably need to modify your program for the new calls.
Since it wasn't as obvious as I thought with the report generation toolkit, it would help if you posted some code to try and understand what might be happening. Are you getting any errors in your application when you try to use Office 2013?