Difference between Address and Name in a Hyperlink Field?
Hello. I should know the answer to this, but either I never did, or else I have forgotten!
My VBA code is to loop through a document converting Hyperlink fields to IncludeText fields. This will unite all my chapters of text into a single book for export.
The screenshot image shows THREE target addresses, all pointing, correctly, to the file "MrPuzeysNephewcolin.doc".
I reason that if there are three places in a hyperlink field, then there must be a reason for each place. That is, each of "Address", "AddressOld" and "Name" must serve a different purpose.
Of course I want to know which of those three will be correct for my purpose; I don't want the VBA code to err a few months down the road because a document arises that triggers a different purpose for my chosen sub-field.
Thanks, Chris
|