+ Reply to Thread
Results 1 to 2 of 2

Insert a file path at bottom of page with no [sheet1]

  1. #1
    Ewane
    Guest

    Insert a file path at bottom of page with no [sheet1]

    I've set up a macro to add a FileStamp on the last page of my document. The
    formula that I used is:

    =CELL("filename")

    It works great, except that it is too thorough

    Is there a different formula that does not add the sheet name information at
    the end of the path?

    Thanks in advance for any help!

  2. #2
    Don
    Guest

    Re: Insert a file path at bottom of page with no [sheet1]

    Ewane,

    =LEFT(CELL("filename"),FIND("]",CELL("filename")))

    Don
    "Ewane" <[email protected]> wrote in message
    news:[email protected]...
    > I've set up a macro to add a FileStamp on the last page of my document.
    > The
    > formula that I used is:
    >
    > =CELL("filename")
    >
    > It works great, except that it is too thorough
    >
    > Is there a different formula that does not add the sheet name information
    > at
    > the end of the path?
    >
    > Thanks in advance for any help!




+ 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