Hey @Lupp,
Thanks for the reply.
Because I already have a sheet with the main bulk data on it. It’s already tidy and using all named ranges, but when needing to search these lists using formulas on other sheets and macros in various places, the search time “from sheet” appears to be a huge bottleneck.
Loading the data once into a “cache’d in memory” version, allows me to point various macros at this array, and the speedup is noticeable. The problem I’ve found is that I don’t know how to maintain that cache’d version indefinitely. It seems that certain actions (I don’t know enough yet to know which specific actions) clear the cache, and that defeats the object of wanting to scan the data in once and use it over and over again, if that’s even possible, which was why I came here and asked my original question.
I’m sure I’m approaching this all wrong, but that’s why I love coming here, coz you guys have so much more knowledge and experience than me, and I always come away FAR better off in my learning journey.
Sorry for my newbness.
Cheers.
CT