Use of Worksheet Tab Name

G

Grampa425

Want to put a new name on a worksheet tab (which I know how to do) and
then reference that TAB on the work sheet. For example, if I name a
worksheet XYZ, need a process where I can say Cell A1 (or whatever) =
TAB NAME (XYZ or anything). How do I do that?
 
D

Dave Peterson

And I bet that JE meant to add that the workbook has to be saved at least one
time for this to work.

(Welcome back, JE.)

J.E. McGimpsey said:
one way:

=MID(CELL("filename",A1), FIND("]", CELL("filename",A1))+1, 255)

Grampa425 said:
Want to put a new name on a worksheet tab (which I know how to do) and
then reference that TAB on the work sheet. For example, if I name a
worksheet XYZ, need a process where I can say Cell A1 (or whatever) =
TAB NAME (XYZ or anything). How do I do that?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top