Getting the Name of Tab on the extreme left...
I have some Data which is going to come from a Software i will be Dumping it in the very first sheet on the Left..
There are two ways of following the extraction either by copying the data from the original sheet and then dump it on the sheet where we need to work or just Create a copy and save it in this workbook..
Now for the 1st procedure I can always use my formulas using Indirect function as that Sheet would always be Named as "Dump"..
However, in the 2nd procedure the same sheet would get copied in the Workbook so it would be difficult to hardcode the Name of this sheet...unless explicitly mentioning it.....
Now I know this formula can give me the name of the sheet..
[ MID(CELL("filename",A1),(FIND("]",CELL("filename",A1))+1),(LEN(CELL("filename",A1))-FIND("]",CELL("filename",A1))+1)) ]
However, this gives the name of the tab in which the formula is stored whereas I want the name of another tab where I would be either dumping Data or Simply copying the entire sheet, in both scenarios I would not be able to enter the formula..
\Dump\Working\Result
Can someone please help me on this...!
I know its not a big thing to jst get the name, however I would be dealing with a lot of sheets...
Bookmarks