I inherited an Excel spreadsheet.
It houses about 80 graphs. I am missing the sheet name draft that is referenced. There is not a sheet named draft with hide or unhide yet all these graphs reference that sheet name. Here is a sample of the graph data.
=SERIES(Draft!$BE$214:$BE$215,Draft!$BB$216:$BB$236,Draft!$BE$216:$BE$236,3).
I wrote a 1 line code of VBA that will unhide draft and the code errors, ie the sheet name is not here. There are no hidden sheets, specifically, there are no hidden sheets named draft.
Can someone point me toward a surprising and wonderful solution, please?
I have a bad feeling that was an external spreadsheet that has disappeared and I will get to recreate all the graphs.