VBA-tools / VBA-JSON

JSON conversion and parsing for VBA
MIT License
1.76k stars 568 forks source link

User-defined type not defined #153

Open karrar-alwaili opened 4 years ago

karrar-alwaili commented 4 years ago

Iam Using Access 2013 and i get " Compile Error: User-defined type not defined " when i compile my code on the following line of code from the Space: " Public Function Specs() As SpecSuite " I already added the reference to Microsoft Scripting Runtime.

Thanks

hohaidang commented 4 years ago

Me too

hohaidang commented 4 years ago

I fixed by Importing For Windows-only, include a reference to "Microsoft Scripting Runtime"

lavahasif commented 2 years ago

image @hohaidang