M
Mario Reiley
Hi group
I'm change the link on my Worksheets via VBA code and all in fine but the
results are wrong. All the time get REF errors.
Why don't get my Results ?
Here is my code:
Private Sub ChangeMyLinkBath()
ActiveWorkbook.ChangeLink Name:= _
"C:\My Project\MODULO SDN-SCI\Productos
Requeridos\Mecanica\Documentos\Bombas\H.C. Bombas SCI .xls" _
, NewName:= _
"C:\My Project\H.C. Bombas SCI .xls" _
, Type:=xlExcelLinks
End Sub
Any Advisor is Wellcome
Mario
I'm change the link on my Worksheets via VBA code and all in fine but the
results are wrong. All the time get REF errors.
Why don't get my Results ?
Here is my code:
Private Sub ChangeMyLinkBath()
ActiveWorkbook.ChangeLink Name:= _
"C:\My Project\MODULO SDN-SCI\Productos
Requeridos\Mecanica\Documentos\Bombas\H.C. Bombas SCI .xls" _
, NewName:= _
"C:\My Project\H.C. Bombas SCI .xls" _
, Type:=xlExcelLinks
End Sub
Any Advisor is Wellcome
Mario