homer13j
April 25th, 2006, 01:38 PM
I have a thread on this going at VBforums.com, but I'm hoping someone here may have the answer I'm looking for.
http://www.vbforums.com/showthread.php?t=401235
My company recently took over another and several gigs worth of Word documents were moved to our servers. This broke every hyperlink in another set of docs so my job is to fix them.
The simple solution would be to open the Word doc and go through each hyperlink and change the Address property. Problem is accessing most of the properties of a broken hyperlink causes an error.
I tried reading in all the data using a StreamReader but it only returns the first three chars of the file. Any attempts to manually edit the data prevents the file from opening properly in Word and there are way too many of them to do it this way...
Any ideas? Thanks.
http://www.vbforums.com/showthread.php?t=401235
My company recently took over another and several gigs worth of Word documents were moved to our servers. This broke every hyperlink in another set of docs so my job is to fix them.
The simple solution would be to open the Word doc and go through each hyperlink and change the Address property. Problem is accessing most of the properties of a broken hyperlink causes an error.
I tried reading in all the data using a StreamReader but it only returns the first three chars of the file. Any attempts to manually edit the data prevents the file from opening properly in Word and there are way too many of them to do it this way...
Any ideas? Thanks.