I have this code that we use in Word 2000, 2002:

'go to the selected hyperlink
WordObj.Selection.Hyperlinks(1).Follow();

I tried it out briefly on Word 2003 before and it didn't work. As I recall, Word 2003 removed the hyperlinks collection or something similar that caused the above line to fail.

What's the equivalent code to do the same thing then for Word 2003?