I am using a formula:
“Sheet "& MID(CELL("filename",B11),FIND("]",CELL("filename",B11))+2, LEN(CELL("filename",B11))-FIND("]",CELL("filename",B11))) “
to place part of the worksheet name in a cell. However because of formatting requirements I cannot use a formula. Can I do this using VBA? Then I could have the macro run each time the workbook is closed to keep the cell up to date.
Thanks
Robert
Bookmarks