Closed cyril23 closed 4 years ago
The macro is using RegExp, so you have to enable "Microsoft VBScript Regular Expressions" in the list of references. In the VBA editor, go to the menu Tools, then References, then select "Microsoft VBScript Regular Expressions x.x" where x.x is the current version on your system (e.g. 5.5)
Tell me if this solves your issue !
thanks! that solved it. great tool by the way! I needed it because Outlook doesn't export the date column in CSV.
When executing your script within Microsoft Outlook Professional Plus 2019, it shows the following message:
(English:
Compile Error: User-defined type not defined
)The problem occurs around
Function cleanupEmailAddress(text As String) As String
I already tried adding some libraries I googled to be helpful in some cases, without success: