Hi all,
Using Excel 365.
I have Option Base 1 at the top of my Modules
However my code is returning Subscript Out of Range error
And when I hover over the array variable for LBound it shows as 0.
thanks,
-w
Error here:
Debug.Print vCriteria(i), vColumns(i)
Full code:
Option Explicit...