Is there a way for the sheet tab to equal a cell. If I put a name in a cell, say "B3", can I get it to load as the sheet tab name or the opposite way.
Is there a way for the sheet tab to equal a cell. If I put a name in a cell, say "B3", can I get it to load as the sheet tab name or the opposite way.
Last edited by RMontani; 02-13-2009 at 11:45 PM.
The only way I know of doing that is via a macro
If you are going to type the name into a cell why don't you just rename the sheet?
Please Read Forum Rules Before Posting
Wrap VBA code by selecting the code and clicking the # icon or Read This
How To Cross Post politely
Top Excel links for beginners to Experts
If you are pleased with a member's answer then use the Scales icon to rate it
If my reply has assistedor failed to assist you
I welcome your Feedback.
So I can't find a code or something that would automaticaly do this.
You could possibly do it the other way around - get the cell to display the tab name. I'm pretty sure I've seen it done before.
Any Ideas on how to do that?
Or can cell = sheet tab name?
=MID(CELL("filename",A1), FIND("]", CELL("filename",A1) ) + 1, 255)
... will return the tab name of the sheet on which it resides if the workbook has been saved.
Entia non sunt multiplicanda sine necessitate
Put the following formula into the desired output cell - just note that the workbook needs to have been previously saved for it to work:
=MID(CELL("filename"),FIND("]",CELL("filename"))+1,255)
Thanks shg (AGAIN) and Trebor76
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks