Hi,
I am trying to use RegExp in VBA to find all named ranges in a formula.
To find it, I'm basically looking for a string that doesn't end with a ( and that is only made up of a-z, A-Z, 0-9, \, _.
I'm a bit confused about atomic groups and look arounds. As far as I understand it...