Consulting

Results 1 to 6 of 6

Thread: External Links - How to remove user name?

  1. #1

    External Links - How to remove user name?

    Hi All,

    Would anyone have a suggestion as to how one can remove user names from a formula. Essentially I have a shared workbook, that is launched via a bat file, and is used by several people. Other than myself, all other users are getting an 'external links' pop up when launching the workbook.

    Upon checking it out, I found that a handful of cells that have the user name, then formula ahead of it. Is there a way to save the workbook so that the username / link is not ahead of the actual formula?

    example :
    ="C:\User\B123456\ValueDisc( C259, C260, C261, C262, C263, C264, C265, C266, C267 )"
    Ideally, I would like it show just :
    =ValueDisc( C259, C260, C261, C262, C263, C264, C265, C266, C267 )

  2. #2

  3. #3
    Anyone have any thoughts?

  4. #4
    VBAX Sage
    Joined
    Apr 2007
    Location
    United States
    Posts
    8,728
    Location
    Are you sure the formula(s) don't look like this?

    ='C:\User\B123456.xlsm'!ValueDisc( C259, C260, C261, C262, C263, C264, C265, C266, C267 )
    ---------------------------------------------------------------------------------------------------------------------

    Paul


    Remember: Tell us WHAT you want to do, not HOW you think you want to do it

    1. Use [CODE] ....[/CODE ] Tags for readability
    [CODE]PasteYourCodeHere[/CODE ] -- (or paste your code, select it, click [#] button)
    2. Upload an example
    Go Advanced / Attachments - Manage Attachments / Add Files / Select Files / Select the file(s) / Upload Files / Done
    3. Mark the thread as [Solved] when you have an answer
    Thread Tools (on the top right corner, above the first message)
    4. Read the Forum FAQ, especially the part about cross-posting in other forums
    http://www.vbaexpress.com/forum/faq...._new_faq_item3

  5. #5
    Moderator VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    Let's see the Batch file?
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

  6. #6
    Knowledge Base Approver VBAX Wizard
    Joined
    Apr 2012
    Posts
    5,645
    I lost a lot of thoughts recently. Still trying to recollect them.

Posting Permissions

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