Hi,
Is it possible to show the sheet name or title in a cell without using VBA?
regards,
Aage
Hi,
Is it possible to show the sheet name or title in a cell without using VBA?
regards,
Aage
Try:
=MID(CELL("filename",$A$1),FIND("]",CELL("filename",$A$1))+1,255)
Note: the file must be saved to work.
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Thanks, but I was thinking more on how to show the worksheets name in cell M2 ex. sheet 1, sheet 2, sheet 3... in the workbook.
The NBVC formula retrieves the filname, if I dont mistaken?
Good morning age
No, NBVC's formula works just as you requested. However, it will return an error if the file is not saved.
You cannot do what you require to an unsaved file without resorting to VBA.
HTH
DominicB
Please familiarise yourself with the rules before posting. You can find them here.
Ok, Thanks all. I'll try it out..
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks