Relative Content

Tag Archive for excelregexvba

Get integer after string in VBA [duplicate]

This question already has answers here: Find numbers after specific text in a string with RegEx (3 answers) Closed 3 days ago. I’m trying to fix some code I have in VBA to get the number after my string. For example I have a column (Y) where has the following data sets “VM” is my […]

RegEx fails on compound expression

I’m not an experienced RegEx user, but searched through net and found different patterns and made some modifications to adapt my needs
But when I put them together to 1 compound expression it fails, and I cant find the reason why.