T
Thom Ernest
I would like change links using excel based on a value I put in a cell in a
master workbook.
I am having difficulty getting it to work, I am not a program writer, but a
recorder and then make modifications.
Dim ITOPacingOld
Set ITOPacingOld = Worksheets("Master").Range("E15")
Dim SelectITOPacingNew
Set SelectPartsPacingNew =
Worksheets("Master").Range("F14")ActiveWorkbook.ChangeLink
Name:=(ITOPacingOld), NewName:=(SelectITOPacingNew), Type:=xlExcelLinks
Where "ITOPacingOld" is the old link and "ITOPacingNew" is the new link.
Thanks.
master workbook.
I am having difficulty getting it to work, I am not a program writer, but a
recorder and then make modifications.
Dim ITOPacingOld
Set ITOPacingOld = Worksheets("Master").Range("E15")
Dim SelectITOPacingNew
Set SelectPartsPacingNew =
Worksheets("Master").Range("F14")ActiveWorkbook.ChangeLink
Name:=(ITOPacingOld), NewName:=(SelectITOPacingNew), Type:=xlExcelLinks
Where "ITOPacingOld" is the old link and "ITOPacingNew" is the new link.
Thanks.