I want my user to pick which pages to select.
Once they're picked, I can put them into an array, but the SELECT fails.
SELECT(ARRAY("Sheet2","Sheet4")) works, but if I build it first, like
aSheets = ARRAY("Sheet2","Sheet4")
SELECT(aSheets())
it fails on an error 9, subscript out of range.
Any...