Excel 2010. I need to find out where the FormulaArrays are in a sheet. In particular I need to get their address.
I am not after knowing if a given (1x1) cell is "part of" a FormulaArray but rather know where the FormulaArray "blocks" are located. Eg if a FormulaArray is entered in A1:B2, I'd like to get the information that the FormulaArray area is over the range A1:B2, as opposed to knowing that the individual cells A1, A2, B1, B2 are part of "a" FormulaArray.
Is this possible?