View Single Post
 
Old 05-01-2016, 05:40 AM
PRA007's Avatar
PRA007 PRA007 is offline Windows 7 64bit Office 2010 32bit
Competent Performer
 
Join Date: Dec 2014
Location: Ahmedabad, Gujrat, India
Posts: 145
PRA007 is on a distinguished road
Default How to Work with JSON in word-vba

I tried this good tool at https://github.com/VBA-tools/VBA-JSON, which works best in excel but do not work with ms word.


I am getting error at:

Code:
Private Function json_ParseObject(json_String As String, ByRef json_Index As Long) As dictionary
and code also in many lines makes this statements which I don't think supported in word. Somebody need to contribute to this tool for word also.

Code:
Set json_ParseObject = New dictionary
Reply With Quote