01-07-2014 03:35 AM
I want to use AdvancedFilter of Range object, but I'm getting error. Anybody knows how to use it? Depending upon the criteria I want to select values to display in drop down box.
Regards,
Shrinivas
01-07-2014 03:38 AM
01-07-2014 03:46 AM
I'm using LabVIEW. When I run it I'm getting:
Error -2146827284 occurred at Exception occured in Microsoft Excel: The text you entered is not a valid reference or defined name.Help Path is xlmain11.chm and context 0 in GetMotorTypesFromCharact.vi
This error code is undefined. Undefined errors might occur for a number of reasons. For example, no one has provided a description for the code, or you might have wired a number that is not an error code to the error code input.
Additionally, undefined error codes might occur because the error relates to a third-party object, such as the operating system or ActiveX. For these third-party errors, you might be able to obtain a description of the error by searching the Web for the error code (-2146827284) or for its hexadecimal representation (0x800A03EC).
01-07-2014 03:49 AM
Hi Shrini,
when you run what? Please attach your VI and any related documents needed - or how should we hunt that error?
The error description is pretty clear: undefined error number due to error related to 3rd party/ActiveX object. It also mentions the help file explaining that error! Please read the help as already suggested above!
01-07-2014 03:50 AM
My requirement is to select the values from column A satisfying criteria on coulmn B & C.
Regards,
Shrinivas
01-07-2014 03:52 AM - edited 01-07-2014 03:53 AM
Hi Shrini,
WHAT HAVE YOU DONE SO FAR?
When you need professional programming service you might offer a job in the suitable forum!
01-07-2014 04:03 AM
Hi,
Attached is what I've done. Before adding AdvancedFilter, all the data from Column A was returned, but now I want to apply the criteria.
Regards,
Shrinivas
02-13-2014 10:51 AM