excel vba - Which 'reference' allows Json in VBA -
now, trying use json in vba. reference should used in vba allow json objects, cjobjects?
i have tried declare follow:
dim myobj cjobject
but can't compiler recognize cjobject
.
actually, cjobject
custom class module. so, need related class module using this. actually, has other way parse json in vba. suggested use way this.
here reference using cjobject
.
download, cdataset.xls , check it. helpful you.
Comments
Post a Comment