You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Office365 click to run edition build 1804+ hangs when using WebHelpers.ParseJson on long strings. It takes several seconds as opposed to milliseconds to parse simple json #349
WebHelpers.ParseJson hangs excel on Office365 click to run Excel version 1804 and above.
On any other Excel version it works fine On office 365 build 1803 it works fine.
Parsing large json results will cause excel to hang.
The parsing takes a fraction of a second on any other Excel build.
Tested it on different Office versions. The method works fine when downgrading to build 1803.
Not sure if this is an issue with microsoft or native to the VBA.