08-10-2012 08:22 AM
I am running LabWindow 7.0 and using function ExcelRpt_GetWorksheetFromName(). Instead of the worksheet name, the function return the active worksheet when user save the excel file. It did not return the eror code.
08-13-2012 03:36 PM - edited 08-13-2012 03:37 PM
NiCoder,
Could you please provide a code snippet showing how you are calling this function?
From the function documentation for ExcelRpt_GetWorksheetFromName, it seems that it is supposed to get a worksheet handle given the name of the worksheet. It does not return the worksheet name, as you seemed to be implying from your post. Instead, you supply the name, and it returns the handle.