I am working on a project that is pulling a bunch of spilled data across a ton of sheets that are all in the same spot as the sheets are based off of a template.
Using the name manager I was able to create a function to evaluate an automatically forming text join to create a VSTACK formula with the spilled data from all of the sheets.
When copy/pasting the text from this text join, and calculating it normally, it has everything working, which means it’s not a problem with the calculation. But having this many different variables is causing the eval to not work.
Is there a way to make this work or have a version of evaluate that can process more? VBA solutions are absolutely on the table, let me know.
example of the text that is trying to be evaluated:
VSTACK(Sheet1!A1#:Sheet1!G1#, Sheet2!A1#:Sheet2!G1#, Sheet3!A1#:Sheet3!G1#,etc…)