I use the following function to change the cell color of excel by using excel ActiveX in CVI, but failed to make it work. I search on the internet for Excel ActiveX context help, but got no answer. So I posted here and hope somebody could do me this favor: What function should I use?.
error = Excel_SetProperty (ExcelRangeHandle, &errorInfo, Excel_InteriorPatternColorIndex, CAVT_VARIANT, CA_VariantFloat (0.0));
Thanks!
Jacky