Quote:
the loop check for the custom document property is replaced with a process of trying to access the item explicitly
|
This was a deliberate decision. I'm a firm believer in reserving 'on error' for issues out of my control. Of course life would be much easier if VBA collections had an Exists property in the same manner as Scripting.Dictionaries.
It also looks like I have some reading to do tonight regarding tags.