I have a vba code (thanks in part to this site!) that updates Excel links to the current folder. However, this command fails when the link references an excel table (range). I have included the command, and my link (.code.text)
.Code.Text = Replace(.Code.Text, OldPath, NewPath)
LINK Excel.Sheet.12 “\\svr-mydata\data\users\bsmith\Desktop\Writer 2011.01\Companion Workbook.xlsx” Taxes!R3C3:R24C7 p
What am I doing wrong?