Same issue
Everything was working fine, then I added a new Sub and saved and quit. The next time I opened it all my Subs and variables were red.
I have quadruple checked the code for any Sub Sub entries, but everything is fine.
I have uninstalled and reinstalled the latest version.
If I delete the last Sub I added, everything is fine again, but when I try to add any new subs it turns red immediately and stays red.
If I delete the new sub, then save, then close everything, then reopen everything, it will let me add a new sub without turning red immediately, but if I save it, then reopen it, ALL the subs are red again until I delete the last sub I entered.
Very frustrating! Any help would be good here. :sign0104:
>>Update... Found out there was a missing quote on one of the lines in the "bad" sub... my guess is that by not ending the string, it was including the "End Sub" several lines later as part of the string, and thus leaving me with a Sub with no end...