View Single Post
 
Old 01-31-2018, 09:32 AM
guilome35 guilome35 is offline Windows 7 64bit Office 2010 32bit
Novice
 
Join Date: Jan 2018
Posts: 3
guilome35 is on a distinguished road
Default

Hello,

I am working on a similar project and i am not able to adapt your code.
Indeed, i modified the code to store the data in another table but i am not able to search for acronyms without parentheses.


I tried using "[A-Z]{2,}" instead of "\([A-Z][A-Za-z0-9]@\)" but it is not working. My acronyms are only upper letter without parentheses.

Hope you can help me,

Guillaume
Reply With Quote