I was seeing if there is a best practice for searching for formula arrays. I have a large, non-uniform workbook, and I wanted to make certain changes to each formula array (the things with "={}"), but I can't find them by searching for "{", like I can find data tables by searching "=TABLE". I could have the program "for each loop" through every cell with a formula in it, and use the .CurrentArray feature, to see if an Array was returned, but this seems very inefficient, and I wanted to know if there is a better way. Thanks in advance for your help.