How to develop an Excel Macro that contains regular expressions so it will work in Windows and Mac

后端 未结 3 503
挽巷
挽巷 2020-12-10 03:41

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

3条回答
  •  北海茫月
    2020-12-10 04:07

    If you don't mind paying US$99, there is Aivosto RegExpr. Apparently this is a pure VBA solution, that should run on both PC and Mac VBA.

    Alternatively, write separate solutions for both PC and Mac, then use compiler directives to separate which bit of code runs on each platform

提交回复
热议问题