Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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.Ch angeLink Name:=(ITOPacingOld), NewName:=(SelectITOPacingNew), Type:=xlExcelLinks Where "ITOPacingOld" is the old link and "ITOPacingNew" is the new link. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro for update links | Excel Programming | |||
A macro to update links | Excel Programming | |||
Update links macro | Excel Programming | |||
update links when Macro ends | Excel Programming | |||
Macro after Update of Links | Excel Programming |