hi nori,
i've got a worksheet that does a bunch of calculations. It is linked to a customer's file.
I have many customers....lol
so i just want a macro that goes through each file in a specific folder and updates the calculation worksheet and saves it as say "calculation_customer_soandso.xls"...etc...
i'm trying to change the links in a macro but i'm unable to find a way to get the name of the file that is currently linked to the worksheet....if i had that, then i could use
ThisWorkbook.ChangeLink Name:=OldLink, NewName:=NewLink, Type:=xlExcelLinks
where oldlink and newlink are variables....
makes sense?