Linked Questions

3 votes
1 answer
185 views

I just have this string: dim stringa as string stringa="{"data":{"GET:oauth.openapi.it\/counters":{"counter":22,"paid":0,"limit":false},"...
user1579247's user avatar
87 votes
12 answers
203k 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
25 votes
6 answers
63k views

Per example below...Looping through an object from a parsed JSON string returns an error "Object doesn't support this property or method". Could anyone advise how to make this work? Much appreciated ...
rr789's user avatar
  • 660
31 votes
2 answers
83k views

Is it possible to script JSON calls in a macro? I want to get a JSON string through an API connection. It looks like the problem is Excel expects the parameters to be passed in the HTML-string, but ...
user1034706's user avatar
19 votes
4 answers
98k views

I am trying to write some VBA code in Excel 2010 that would consume a web service. I am unable to find any related resources on the internet. Can someone please tell me how to do this.
Aadith Ramia's user avatar
  • 10.4k
4 votes
2 answers
30k views

I'm calling a web service in VB6 which returns a json string as response. I'm able to hold the response in a string. now I want to show the each parameter separately how can I extract the values from ...
Suman Kumar's user avatar
6 votes
2 answers
7k 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
4 votes
3 answers
6k views

I am very new to VBA and I can not figure out how to get values from a Collection. This is my code: Dim p As Object Set p = JSON.parse(Response.Content) Dim links As Object Set links = p.Item("...
Koray Tugay's user avatar
4 votes
2 answers
6k views

My client receives a spreadsheet with a number of columns, one being a "date". Only the date turns out to be formatted as Date(1292291582263-0700) (a JSON date it seems). I need to convert and work ...
Taptronic's user avatar
  • 5,170
4 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
3 votes
1 answer
2k views

Is there any existing JSON parser which can be used from VB6? I could obviously write my own parser, but I don't want to reinvent the wheel if I don't have to. Thanks!
Matthew Cole's user avatar
  • 1,339
3 votes
1 answer
9k views

I'm trying to add an event to a Google Calendar using the Google API V3. I'm not using any of Google's libraries so I'm really baffled as to how to do this. Google's documentation tells me that I need ...
HK1's user avatar
  • 12.3k
2 votes
1 answer
5k views

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 ...
user2306403's user avatar
2 votes
1 answer
2k views

I am attempting to incrementally take a legacy application into current technologies. I have a C++ COM+ library using ADO on a server. A VB6 application is using the Recordset from a COM+ object ...
BillyD's user avatar
  • 35
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

15 30 50 per page