M
mark kubicki
is there a function that will find an equal to or less than value (entries
will be numeric only, and sorted descending)?
similar to
Set c = Worksheets(2).Range("B1:B10").Find(What:=Qnty, LookIn:=xlValues,
lookat:=xlWhole)
however:
xlWhole and xlPart are not appropriate arguments...
as always, thanks in advance,
-mark
will be numeric only, and sorted descending)?
similar to
Set c = Worksheets(2).Range("B1:B10").Find(What:=Qnty, LookIn:=xlValues,
lookat:=xlWhole)
however:
xlWhole and xlPart are not appropriate arguments...
as always, thanks in advance,
-mark