Forum Discussion

GregGann's avatar
GregGann
Copper Contributor
Mar 02, 2022
Solved

How do I access #SPILL area from FILTER() result in VBA?

If I use FILTER() function cell $B$1, how do I target or select the entire spill range from VBA?   There is a range or table. It is outlined in blue. The blue outline updates dynamically with the n...
  • mtarler's avatar
    Mar 02, 2022
    Use the # character, so $B$1#

Resources