Linked Questions

87 votes
12 answers
204k views

I have the same issue as in Excel VBA: Parsed JSON Object Loop but cannot find any solution. My JSON has nested objects so suggested solution like VBJSON and vba-json do not work for me. I also fixed ...
Bastan's user avatar
  • 1,029
44 votes
16 answers
110k views

I am trying to consume a web service in VB6. The service - which I control - currently can return a SOAP/XML message or JSON. I am having a really difficult time figuring out if VB6's SOAP type (...
Ben McCormack's user avatar
25 votes
3 answers
159k views

I have a json like below: {"sentences":[{"trans":"something ru","orig":"english word","translit":"Angliyskoye slovo","src_translit":""}], "src":"en","server_time":69} and parse it: Function ...
LA_'s user avatar
  • 20.5k
17 votes
3 answers
85k views

I need to handle a JSON Object which is the response of XMLHTTPRequest in Excel VBA. I wrote the code below, but it doesn't work: Dim sc As Object Set sc = CreateObject("ScriptControl") sc....
Santhosh's user avatar
  • 1,407
6 votes
1 answer
13k views

I know a similar question has been asked and answered before a few times: Parsing JSON in Excel VBA, Excel VBA: Parsed JSON Object Loop However, the above solution doesn't work if I am trying to ...
user2062989's user avatar
4 votes
2 answers
16k views

I would like to use Microsoft ScriptControl to parse a JSON string in VBA, and then transform the resulting Object into Dictionary and Collection objects. I already know how to do the parsing with ...
Abiel's user avatar
  • 5,525
1 vote
1 answer
8k views

if I want to write business logic into javascript files and test them from Excel VBA before handling them over to a web author then that requires being able to call javascript from VBA. From other ...
S Meaden's user avatar
  • 8,320
0 votes
2 answers
5k views

I'm trying to get a full detail list of Google places to an Excel sheet by using a Text Search request to Google. So I want to perform an API query (?) by writing a search string to an Excel cell ...
ttv's user avatar
  • 3
1 vote
2 answers
2k views

I am trying to build Excel page from iTunes query data. An example for Angry Birds app my query would look like: https://itunes.apple.com/lookup?id=343200656&country=AL checking Albania iTunes ...
user1989084's user avatar
1 vote
1 answer
2k views

I had tried the previous answer. Everything works fine until my data which extracted from server in the form of Json is giving me a key with multiple objects Excel VBA: Parsed JSON Object Loop ...
user1560963's user avatar
0 votes
1 answer
3k views

answering my own question here. I have done some work with JSON in Excel VBA and lots of findings to post which I will do so in Q & A format https://stackoverflow.com/help/self-answer https://blog....
S Meaden's user avatar
  • 8,320
2 votes
1 answer
823 views

In Excel VBA on Windows, how to mitigate problem of dot syntax traversal of parsed JSON broken by IDE's capitalisation behaviour? I have done some work with JSON in Excel VBA and lots of findings to ...
S Meaden's user avatar
  • 8,320
1 vote
1 answer
814 views

How do I access this key variable decoded from JSON? I used the example in Excel VBA: Parsed JSON Object Loop. VBA editor keeps changing the case to uppercase even when I change it to lowercase. I ...
Chloe's user avatar
  • 26.5k
1 vote
0 answers
1k views

Does Excel VBA provide any sort of method, function, or API for Punycode or converting to and from Unicode/Ascii for Internationalized Domain Names? I was able to find a JavaScript version (below) ...
B Hart's user avatar
  • 1,108
1 vote
1 answer
636 views

I'm trying to loop through each item in the json file and get only few property values and put them in excel cells. Json file example- { "123": { "fname":"Testing", "lname":"Lname", ...
Ram's user avatar
  • 13

15 30 50 per page