I have a number of local JSON files which I am trying to open as a string using VBA in order to extract specific information from them into Excel.
I have seen a similar exercise work when the files are accessed by HTTP (using New.WinHTTP.WinHTTPRequest), however when I've tried to adapt this using a FILE:/// prefix it won't work.
Is there a different Excel method I can use to access the string content of the JSON file?
Cheers
Chris