VBA-tools / VBA-JSON

JSON conversion and parsing for VBA
MIT License
1.74k stars 566 forks source link

Too Many Line Continuations Error upon Import #258

Closed vhn0912 closed 10 months ago

vhn0912 commented 10 months ago

Unable to import the JsonConverter.bas into MS Excel Visual Basic 2021. I keep getting an error stating: "Too many line continuations"

alain-khalil commented 10 months ago

I just tested on Excel2023 and it works fine. Can you please take a screenshot of the error ? Does it mention any line code ?

The "Too many line continuations" error in VBA (Visual Basic for Applications) typically occurs when you have too many line continuation characters (underscore _) in a single line of code. VBA imposes a limit on the number of line continuation characters that can be used on a single line to improve code readability.

vhn0912 commented 10 months ago

Thanks for your prompt response. No, it doesn't reference any line code but I re-downloaded the file and now it works! Thanks again.