Search results

  1. S

    VBA Neophyte: How to Save Parsed JSON with indeterminate number of array values

    Hi guys, Thanks for the replies. VBA-JSON seems to be doing its job, at least in my case; if I run it with a watch on item("csv"), all the values are there. Also, by adding this nested loop, as Cronk suggested: i = 1 j = 1 For Each subitem In item("csv")...
  2. S

    VBA Neophyte: How to Save Parsed JSON with indeterminate number of array values

    Hey everyone, By way of brief introduction, the past day or so has been my first real introduction to VBA (save adding functionality to Access forms here and there). My place of employment really needs the ability to query an API, parse the resulting JSON and pass it all to an Access table for...
Back
Top Bottom