Formula links in file

R

RD

We have a master data file that about 50 other related spreadsheets have
formula links to.

Permission to this master file has now been restricted for many people so
when they open some of the other 50 files the links don't work to master file.

Can we cut and paste (rather than just copy) the master file to another
location and will the links follow the file to the new location?

If not, is there a bulk way of changing the addresses in the formulas to the
new location of the master file. Ideally for all 50 at once or at worst for
all tabs in each file at once.

Thanks
Rick
 
S

Stefi

You can change the links one by one following prompts when opening workbooks
after master is reproduced in new location, or write a macro looping through
all workbooks, opening them and change links with such a VBA line:

ActiveWorkbook.ChangeLink Name:="old_location_and_name.xls", NewName:= _
"new_location_and_name.xls", Type:= _
xlExcelLinks


--
Regards!
Stefi



„RD†ezt írta:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top