Consulting

Results 1 to 2 of 2

Thread: External reference help

  1. #1

    External reference help

    Howdy,

    I have a spreadsheet with a bunch of external references to a network drive. I want to globally change the network path, however, when I select all of the cells and use Replace it seems to go cell by cell and even wants to open up the source file. Is there a way to turn this off so I can do a simple replace and then turn it back on?

    Thanks

    Jeff

  2. #2
    VBAX Tutor
    Joined
    Mar 2014
    Posts
    210
    Location
    You could run
    Application.Calculation = xlCalculateManual
    Application.AskToUpdateLinks = False
    to turn off links and calcs, then try the replace.

Posting Permissions

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