04-27-2006 01:32 PM
04-27-2006 01:36 PM
04-28-2006 05:01 PM
Good afternoon,
I belive that the function *should be able to handle a single cell. In fact in the documentation for that individual parameter it states:
“A rectangular range of cells.
This value should be a string containing the cell range, such as "A1"
or "A1:D5".”
The example of “A1” is just a single cell. That being said, the problem is likely related to which version of Excel you are using. This driver was designed for use with Excel2000 which may be much older than what you are using. Since it uses ActiveX to implement all the features and Microsoft changes the activex libraries with each version sometimes weird behavior or outright failures can happen. Which version of Excel are you using? Also, you can open the source for the function and modify it as you wish – then you could just do a check in that function for a single cell and return “1” or something like that.
Hope it helps-
05-01-2006 11:19 AM
05-02-2006 01:33 PM
My understanding is that there are plans to update them, though past that I couldn’t get any additional information. It sounds like your plan to modify your source rather than the CVI C code is sound. Thanks for posting, and good luck!