I have a macro that adjust a Word document based upon the type of revision it encounters. Works perfectly fine, unless the revision is the addition of a hyperlink - in this case, on an email address.

Debug shows it errors on Revision.Type. Code is below, and you can see this is just a Select Case on the Type. Error handling hasn't helped at all. It seems, from what I can tell, to just loop through that same hyperlink over and over and over. I added the debug.print orev.range just to catch where the error is, and it truly is on the hyperlink email - which debug printed out about 200 times before I hit Ctrl+Break. Any thoughts or ideas on forcing through this?
Please Login or Register  to view this content.