View Single Post
 
Old 02-25-2016, 04:56 AM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

The error you're seeing with the code is most likely due to your system using non-English regional settings. You should be able to resolve that by changing:
"<[A-Z]{2,3} [A-Z]{2,}>"
to:
"<[A-Z]{2;3} [A-Z]{2;}>"
and changing:
"<[A-Z\-]{4,}>"
to:
"<[A-Z\-]{4;}>"
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote