Jump to a hyperlinked anchor

  • I have an HTML file loaded with anchors (970 total) and I need to be able to locate and jump to any of these anchors.

    It appears that the Find method will not work because it does not see tags when searching. Will GetCodeTags and FindCodeFromTagList allow me to jump to the anchors and is this the most efficient means currently available for this action?

    Thanks.