omegastripes / VBA-JSON-parser

Backus-Naur Form JSON Parser based on RegEx for VBA
GNU General Public License v3.0
107 stars 44 forks source link

Won't run after import #12

Closed sfegsetsfe closed 4 years ago

sfegsetsfe commented 4 years ago

After import to excel, the code won't run and it seems there's an extra End Sub in the code. Also, after I delete the extra End Sub. Run JSON.Serialize(someDictionary) will result in error.

omegastripes commented 4 years ago

Oh my bad! I will remove extra End Sub. BTW, if I delete that End Sub, then JSON.Serialize(someDictionary) works OK for me, so going just to fix and close the issue. Could you please show the code and specify the OS and MS Office vesrions, and the error you have?