Hello friends,
can someone suggest me the vba code for fixing my issue below.
I have one workbook which is linked to some other workbook. (that's the only link in this file)
I have an active workbook as well for which I have got the full path.
I wanted to update the first workbook link to this active workbook.
I am using the below code
ThisWorkbook.ChangeLink OldLink, NewLink, xlLinkTypeExcelLinks
I have the NewLink address but I am not sure how to get the name of OldLink which is the only link this file is having.
any suggestions?
Bookmarks