03-23-2008 06:12 AM
03-24-2008 02:21 PM
03-25-2008 04:38 AM
Thanks Jervin,
I was considering this option but my excel sheet is far too big (and already filled with data). reading each cell and overwrite it with the right format is not possible.
I was wondering if anyone knows about a way to set it - I know this can be done using Excel application. Maybe using the ActiveX controller?
Ido
03-26-2008 05:23 PM
Hi IdoZe,
You can try using ActiveX from CVIto do that, however this isn't part of CVI's ExcelReport module and so I'm not sure what functions you would have to call on the ActiveX object.
You best bet is probably digging through Microsoft's Excel documentation.
Here are some resources that might be helpful:
MSDN: Excel Object Model Reference
MSDN: How Do I... in Excel