A
AZ
I am having a problem with the following, can someone
rectify this for me.
Say, the doc. contains a table of 2 columns & 1 row. The
application declares a variable (lRange) of type Range,
pointing to Cell 1 of the table. When it runs the code
lRange.Find {other code}
should it find only the value within the range (in this
case cell 1 of the table)?
In my application it does not do this, if the value does
exist in cell 2 but not 1, it finds that instance.
regards
rectify this for me.
Say, the doc. contains a table of 2 columns & 1 row. The
application declares a variable (lRange) of type Range,
pointing to Cell 1 of the table. When it runs the code
lRange.Find {other code}
should it find only the value within the range (in this
case cell 1 of the table)?
In my application it does not do this, if the value does
exist in cell 2 but not 1, it finds that instance.
regards