+ Reply to Thread
Results 1 to 4 of 4

How do I show the current Excel filepath in the toolbar line?

  1. #1
    Rick3789
    Guest

    How do I show the current Excel filepath in the toolbar line?

    Is there a way to show the complete filepath of the current Excel file in a
    toolbar line?

  2. #2
    Ron de Bruin
    Guest

    Re: How do I show the current Excel filepath in the toolbar line?

    Hi Rick

    Only with code you can do it as far as I know

    ActiveWindow.Caption = ActiveWorkbook.FullName


    --
    Regards Ron de Bruin
    http://www.rondebruin.nl


    "Rick3789" <[email protected]> wrote in message news:[email protected]...
    > Is there a way to show the complete filepath of the current Excel file in a
    > toolbar line?




  3. #3
    David Billigmeier
    Guest

    RE: How do I show the current Excel filepath in the toolbar line?

    You can display it in a cell by typing the following (verbatim)

    =CELL("filename")
    --
    Regards,
    Dave


    "Rick3789" wrote:

    > Is there a way to show the complete filepath of the current Excel file in a
    > toolbar line?


  4. #4
    Chip Pearson
    Guest

    Re: How do I show the current Excel filepath in the toolbar line?

    > =CELL("filename")

    You should add a cell reference to this function.

    =CELL("filename",A1)

    Otherwise, the result will be the active workbook when a
    calculation is made, which may not be the same workbook that
    contains the formula. Including a cell reference -- any cell will
    do -- will prevent this error.


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com



    "David Billigmeier" <[email protected]> wrote in message
    news:[email protected]...
    > You can display it in a cell by typing the following (verbatim)
    >
    > =CELL("filename")
    > --
    > Regards,
    > Dave
    >
    >
    > "Rick3789" wrote:
    >
    >> Is there a way to show the complete filepath of the current
    >> Excel file in a
    >> toolbar line?




+ 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