View Single Post
 
Old 05-29-2018, 08:33 AM
slaycock slaycock is offline Windows 7 64bit Office 2016
Expert
 
Join Date: Sep 2013
Posts: 255
slaycock is on a distinguished road
Default

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.
Reply With Quote