Re: Re: $$Excel-Macros$$ vba script to convert excel to json format

2013-08-11 Thread Mog Godiva-Man
googlegroups.com >>> *Date: *Mon, 5 Aug 2013 18:43:34 -0500 >>> *To: * >>> *ReplyTo: * excel-macros@googlegroups.com >>> *Subject: *Re: $$Excel-Macros$$ vba script to convert excel to json >>> format >>> >>> Pretty much that's exact

Re: Re: $$Excel-Macros$$ vba script to convert excel to json format

2013-08-05 Thread ashish koul
json data) > -- > *From: * Mog Godiva-Man > *Sender: * excel-macros@googlegroups.com > *Date: *Mon, 5 Aug 2013 18:43:34 -0500 > *To: * > *ReplyTo: * excel-macros@googlegroups.com > *Subject: *Re: $$Excel-Macros$$ vba script to convert excel to json format > > Pretty m

Bls: Re: $$Excel-Macros$$ vba script to convert excel to json format

2013-08-05 Thread De Premor
: $$Excel-Macros$$ vba script to convert excel to json format Pretty much that's exactly what I need to do. Would it be helpful if I provided a sample file? Regards, Godiva. On Mon, Aug 5, 2013 at 3:47 PM, De Premor wrote: > I dont know is that exist, but after reading a while about JSO

Re: $$Excel-Macros$$ vba script to convert excel to json format

2013-08-05 Thread Mog Godiva-Man
Pretty much that's exactly what I need to do. Would it be helpful if I provided a sample file? Regards, Godiva. On Mon, Aug 5, 2013 at 3:47 PM, De Premor wrote: > I dont know is that exist, but after reading a while about JSON Format, > i think we can do some simple translation on Excel Data t

Re: $$Excel-Macros$$ vba script to convert excel to json format

2013-08-05 Thread De Premor
I dont know is that exist, but after reading a while about JSON Format, i think we can do some simple translation on Excel Data to something looklike bellow { "Sheet1": { "title": "Your Sheet Name Here", "Data": { "Row1": { "Name": "De Premor",

Re: $$Excel-Macros$$ vba script to convert excel to json format

2013-08-05 Thread Mog Godiva-Man
But is there a customize VBA that can write it in to Json format On Aug 5, 2013 12:20 PM, "yogananda muthaiah" wrote: > No you cannot convert vba lang to JSON format. > Microsoft Development team is already working on it. This is been > identified and will be ready with Microsoft Office 2015 ver

Re: $$Excel-Macros$$ vba script to convert excel to json format

2013-08-05 Thread yogananda muthaiah
No you cannot convert vba lang to JSON format. Microsoft Development team is already working on it. This is been identified and will be ready with Microsoft Office 2015 version. On Mon, Aug 5, 2013 at 9:31 PM, Mog Godiva-Man wrote: > Hi experts, > > Does anyone have a VBA script to convert exce