DJ,
Does this seem right :wink:
A formula to put the sheet?s name into a cell
=RIGHT(CELL(?filename?,A1),LEN(CELL(?filename?,A1))-FIND(?]?,CELL(?filename?,A1)))
The CELL() function with the ?filename? argument will return the full path of the workbook plus the sheet name. The workbook will be enclosed in brackets []. This formula finds the right bracket (]) and returns everything after that.
Note that if the workbook has not been saved, there is no path, and this formula returns a #Value error.
TR
Or have I got the wrong end of the stick again :twisted: