I'm trying to extract from the list of emails all the female entries via regEX all instances of the names in the list files.4
I have a list of emails and then a list of female names and a list of male names. I need to extract all the instances of the list of names into seperate lists.
So all emails, containing name "harry.*" would be taken out of the list and put into a nother list.
I tried this via the Search macros usiong C# posted in the snippets post, but even with an edit and adding parameters,
I can't get this working
It is driving me nuts.
Please help
I have a list of emails and then a list of female names and a list of male names. I need to extract all the instances of the list of names into seperate lists.
So all emails, containing name "harry.*" would be taken out of the list and put into a nother list.
I tried this via the Search macros usiong C# posted in the snippets post, but even with an edit and adding parameters,
I can't get this working
It is driving me nuts.
Please help