02-06-2006 01:18 AM
02-06-2006 01:33 AM
02-07-2006 12:10 AM
you can find examples on using Excel with CVI in the ...cvi\Samples\ActiveX\Excel folder on your machine.
Look at the Excel2000dem.prj, it does something similar to what you describe below.
AlessioD
02-27-2012 01:22 AM
I was looking at the Example CVI has given.
Still not sure how to get the active cell address.
Does anyone know how ?
I need to figure this out asap.
02-27-2012 11:37 AM
The Excel Report library does not support this functionality. To get this low level of support, you will need to use the Microsoft Excel Object Library instead. Use the Excel_GetProperty function with the Excel_AppActiveCell constant for the Property ID parameter. This will return a range object. The Excell2000dem.cws example is a good place to start.
02-28-2012 12:16 AM
This is what i was looking for.
Thanks