+ Reply to Thread
Results 1 to 5 of 5

can I automatically bring a tab's name into a worksheet?

  1. #1
    MP
    Guest

    can I automatically bring a tab's name into a worksheet?

    can I automatically bring a tab's name into a worksheet?

    Thanks.

  2. #2
    CLR
    Guest

    RE: can I automatically bring a tab's name into a worksheet?

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

    Vaya con Dios,
    Chuck, CABGx3



    "MP" wrote:

    > can I automatically bring a tab's name into a worksheet?
    >
    > Thanks.


  3. #3
    Peo Sjoblom
    Guest

    Re: can I automatically bring a tab's name into a worksheet?

    If the workbook has been saved you can use this

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

    the reference to A1 does not mean anything in this case, you just need a
    cell address as a part of this function, any will do

    --

    Regards,

    Peo Sjoblom

    Excel 95 - Excel 2007
    Northwest Excel Solutions
    www.nwexcelsolutions.com
    "It is a good thing to follow the first law of holes;
    if you are in one stop digging." Lord Healey


    "MP" <[email protected]> wrote in message
    news:[email protected]...
    > can I automatically bring a tab's name into a worksheet?
    >
    > Thanks.




  4. #4
    MP
    Guest

    RE: can I automatically bring a tab's name into a worksheet?

    Thanks. I appreciate your help!

    "CLR" wrote:

    > =MID(CELL("filename",A1),FIND("]",CELL("filename",A1),1)+1,99)
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    >
    > "MP" wrote:
    >
    > > can I automatically bring a tab's name into a worksheet?
    > >
    > > Thanks.


  5. #5
    MP
    Guest

    RE: can I automatically bring a tab's name into a worksheet?

    Thanks. I appreciate your help!

    "CLR" wrote:

    > =MID(CELL("filename",A1),FIND("]",CELL("filename",A1),1)+1,99)
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    >
    > "MP" wrote:
    >
    > > can I automatically bring a tab's name into a worksheet?
    > >
    > > Thanks.


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1