C
christopher ward
Hi Experts
A question - I want to search an array called lastknowngood to find out if a
value exits within it. The arary is a Variant data type but try as I may I
cannot find out how to do this easily. If you help many thanks in advance.
Sheets("Master").Select
lastknowngood = Range("j11:j75").Value
sFile = Dir(sPath & sExtension)
so I want to test if the sFile variable exists in the lastknowngood array at
any point?
regards and hoping someone has a quick fix or idea
A question - I want to search an array called lastknowngood to find out if a
value exits within it. The arary is a Variant data type but try as I may I
cannot find out how to do this easily. If you help many thanks in advance.
Sheets("Master").Select
lastknowngood = Range("j11:j75").Value
sFile = Dir(sPath & sExtension)
so I want to test if the sFile variable exists in the lastknowngood array at
any point?
regards and hoping someone has a quick fix or idea