E
Ernst - EXE Graphics
I have a file with about 80 worksheets. How can I create a list in another
sheet that reflects all the sheet names
sheet that reflects all the sheet names
Pete_UK said:Try this:
=INDIRECT("'"&A1&"'!E19")+INDIRECT("'"&A1&"'!G19")
in B1 and then copy down.
An alternative is to amend the macro and do it in there.
Hope this helps.
Pete