RegExp Added to VBA Library with Office Version 2508 (4 Viewers)

I thought the other computer I had access to would be 2021/2024, but it's now

Microsoft 365 Apps For Business Version 2508 (Build 19127.20222) in Current Channel.

It is fully patched and interestingly does not have "RegExp" in "VBA".
1757942799630.png



RegExp is now on this computer. M365 is 32 bit.
 

Attachments

  • 1757942719214.png
    1757942719214.png
    10.3 KB · Views: 2
For what little it is worth, my version of Office (21 Pro Plus) is 32-bit.
The important point is the version you have (2108) rather than the bitness.
LTSC editions do not receive feature updates . . . though @arnelgp seems to have found a way of doing so with 2024 LTSC
 
I'm on 2021 bought in 2023 and never knowingly updated. RegExp is there and I 'v been testing it. For declarations and assignments I find I have to use the full VBA.RegExt, VBA.MatchCollection etc but it works well in the two databases I've tested it on.
 
Last edited:
I'm on 2021 bought in 2023 and never knowingly updated. RegExp is there and I 'v been testing it. For declarations and assignments I find I have to use 5he full VBA.RegExt, VBA.MatchCollection etc but it works well in the two databases I've tested it on.
It probably updates automatically during idle time.
What is the version and build info? See File Backstage View … Account…About Access (as in the screenshots earlier in this thread)
 
It probably updates automatically during idle time.
What is the version and build info? See File Backstage View … Account…About Access (as in the screenshots earlier in this thread)
Microsoft® Access® 2021 MSO (Version 2508 Build 16.0.19127.20192) 64-bit
 
Microsoft® Access® 2021 MSO (Version 2508 Build 16.0.19127.20192) 64-bit
So its retail version of 2021 and has been updated regularly. As you are now on version 2508, you have RegExp in the VBA library as explained at the start of this thread.
 
The important point is the version you have (2108) rather than the bitness.
LTSC editions do not receive feature updates . . . though @arnelgp seems to have found a way of doing so with 2024 LTSC

Product on the About page says LTSC MSO 16.0.14334.20244

Therefore not as recently updated as DickyP's version.

To be honest, I doubt it will make a difference since I do my parsing differently anyway. I never used RegExp most of the time with the Navy and I don't use it for parsing out the genealogy data in the GENCOM files. For the excessively curious, what I used is posted in the Code Library as a parser class module. It is an ASCII token-parser.
 

Users who are viewing this thread

Back
Top Bottom