View Single Post
 
Old 12-10-2022, 06:37 AM
ChrisGreaves ChrisGreaves is offline Windows 10 Office 97-2003
Novice
 
Join Date: Nov 2022
Location: Bonavista, Newfoundland
Posts: 22
ChrisGreaves is on a distinguished road
Default 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
Attached Images
File Type: png Untitled.png (18.1 KB, 17 views)
Reply With Quote