0

Now, I am trying to use JSON in VBA. Which Reference should be used in VBA to allow Json objects, cJobjects?

I have tried to declare as follow:

Dim myObj As cJobject

But can't get compiler to recognize cJobject.

Community
  • 1
  • 1

1 Answers1

0

Actually, cJobject is a custom class module. So, you need to all related class module for using this. Actually, It has other way to parse JSON in vba. I suggested to use that way like this.

Here is reference for using cJobject.

Download, cDataSet.xls and check it. This will be helpful for you.

Community
  • 1
  • 1
R.Katnaan
  • 2,486
  • 4
  • 24
  • 36