Hi,
I have a file named driver.xls which contains a macro. I need to run this macro in a different excel file which is created during run time. I tried using the function excelrpt_runMacro(), but I am getting an error as "Exception Occured".
The example program available with cvi named excel200dem.cws runs the macro in an excel file which already contains a macro. This example program doesn't provide any information on running macros in other excel files.
Can anybody help me to solve this issue?