I am currently searching for an alternative to 'MoreFunc' to pull data in from other CLOSED worksheets. Morefunc is very slow and often crashes and needs re-instating.
I was wondering if anyone could help!
The master document references multiple sub-documents to draw the data in.
The master document knows where to look from text input in the master document in specific cells.
For example, this is the code i currently use;
=(IFERROR(INDIRECT.EXT("'"&$AZ$3&""&$O$8&"\Costings & Quotes["&$L27&".xlsm]REFERENCE'!X3"),0))
Where AZ3, O8, L27 define the file location, and then X3 is the cell within the file to draw the data from.
So for example, this is another code within the same master document;
=(IFERROR(INDIRECT.EXT("'"&$AZ$3&""&$O$8&"\Costings & Quotes["&$L73&".xlsm]REFERENCE'!Y3"),0))
so you can see it is referencing something in the same folder, but a different file and a different cell in the file.
If anyone knows a way of doing this without using MoreFunc, that would be amazing. Thanks in advance.
Alex
I was wondering if anyone could help!
The master document references multiple sub-documents to draw the data in.
The master document knows where to look from text input in the master document in specific cells.
For example, this is the code i currently use;
=(IFERROR(INDIRECT.EXT("'"&$AZ$3&""&$O$8&"\Costings & Quotes["&$L27&".xlsm]REFERENCE'!X3"),0))
Where AZ3, O8, L27 define the file location, and then X3 is the cell within the file to draw the data from.
So for example, this is another code within the same master document;
=(IFERROR(INDIRECT.EXT("'"&$AZ$3&""&$O$8&"\Costings & Quotes["&$L73&".xlsm]REFERENCE'!Y3"),0))
so you can see it is referencing something in the same folder, but a different file and a different cell in the file.
If anyone knows a way of doing this without using MoreFunc, that would be amazing. Thanks in advance.
Alex