0

EXCEL VBA Store search results in an array?

The above link is similar to what I am after, however, I wanted to know if it's possible to search for say cells with numbers between 0.5 and 1.5?

Any help is greatly appreciated.

Community
  • 1
  • 1
Mayo
  • 1
  • you can loop through the cells and check if the value is between 0.5 and 1.5 and then store the value in an array – Sivaprasath Vadivel May 30 '17 at 06:34
  • The answer to your question is yes. And I think the code in the link you provided will work just fine. – L42 May 30 '17 at 06:35
  • Thanks Sivaprasath, I might try that. L42, I am having trouble with the exact syntax for the search field. How would I be able to go about this? E.g. SearchString = >0.5 & <1.5??? Thanks for your quick responses guys :) – Mayo May 30 '17 at 08:01

0 Answers0