I\'m using an enum defined in a class module in Excel VBA. This has been working fine, but I\'ve started getting a compile error on every time I do a comparison on enum vari
I had the same issue with my Enum, I added Public Enum to the declaration and the problem stopped. No need to reboot.