using vba to break links in MS Word

G

GPDynamics

Does anyone have vba code to break links in MS Word?

Would appreaciate you sharing. Thanks in advance!

Michael
 
G

GPDynamics

Sorry, I use Cut and Paste Special into Word: Excel Graphs. Each week I
just update the "links" but breal all links before distributing the file.

Thanks again!

Michael
 
G

garfield-n-odie [MVP]

OK, then the basically same vba code should work, except change
wdFieldHyperlink to wdFieldLink.
 
Top