T
The Dow
I have a Word document that has hundreds of links to an Excel spreadsheet. I
need to change the source of those links. (All links will be the same, just
the location and filename will change.) I could do it manually, but it would
take forever. Is there a way to program it in VBA? There's got to be
something simple like
Activedocument.Fields(x).Changesource("c:\newfilename.doc"), right? Thanks.
need to change the source of those links. (All links will be the same, just
the location and filename will change.) I could do it manually, but it would
take forever. Is there a way to program it in VBA? There's got to be
something simple like
Activedocument.Fields(x).Changesource("c:\newfilename.doc"), right? Thanks.