So I'm getting emails saying Microsoft is not only depricating VBScript, but eventually removing it entirely, and suggesting JavaScript or Powershell. I use VBScript extensively, either stand-alone or by referencing Microsoft Scripting Runtime, Microsoft VBScript Regular Expressions, and/or Winows Script Host Object Model.
I'm guessing that once VBScript is gone, those references won't work either. If so, how to replace that functionality in my Access projects? I guess I could write a bunch of code in VBA, put it in a project, and reference that project from my other projects in lieu of the above references.
Any suggestions? Thanks...