How to develop an Excel Macro that contains regular expressions so it will work in Windows and Mac
I have developed an Excel 2010 VBA Macro that makes use of VBScript.RegExp . One of my users is apparently using Excel Mac 2011, which supports VBA, but no VBScript.RegExp . I have seen several posts that mention it is possible to create your own RegEx functions using AppleScript that could be called by the VBA Macro. However, it seems as though there would have to be a Mac version of the Excel file and a Windows version. This is less than ideal. Is there another way to implement regular expressions in VBA that would be compatible with both Windows and Mac? Unfortunately no solution for this