VBA-tools / VBA-JSON

JSON conversion and parsing for VBA
MIT License
1.76k stars 568 forks source link

VBA-JSON become very slow when excel upgraded to Office365 1903 version #145

Open solaris-9 opened 4 years ago

solaris-9 commented 4 years ago

Hi,

We were at Microsoft Office 365 ProPlus Version 1808, one day IT pushed an upgrade to 1903, and this tool suddenly become very very slow. For one operation which could be completed within 2 seconds, it needs at least several minutes to be done.

I once reported a ticket in Stackoverflow at: https://stackoverflow.com/questions/57676288/excel-vba-running-extremely-slow-after-upgraded-to-office365-proplus?noredirect=1#comment101802796_57676288

is there any hint on how to solve it?

Thanks & Regards

kschaser commented 4 years ago

I had the same problem. Using the new release https://github.com/VBA-tools/VBA-JSON/releases/tag/v2.3.0 solved this issue...