M
Mike D
I installed the code a couple of weeks ago and it works
perfectly. I typically "tweak" my code and by doing so it
needs to ne compiled and saved. Periodically, it will not
compile, so I run the /decompile switch, and then re-
compile it. I've been doing this for years.
Anyway, after installing the MonthCalendar code I ran
the /decompile switch and when I went to compile and save
I got the following message:
Compile Error
A module is not a valid type
It refers to the Private mc As clsMonthCal which is
located under the Option Comapre Database and Option
Explicit.
Any idea what is happening here? If I do not use
the /decompile switch every works fine - plus I can
compile the modules without this error. It just doesn't
stay compiled - thus the reason for the /decompile switch.
Thanks
Mike
perfectly. I typically "tweak" my code and by doing so it
needs to ne compiled and saved. Periodically, it will not
compile, so I run the /decompile switch, and then re-
compile it. I've been doing this for years.
Anyway, after installing the MonthCalendar code I ran
the /decompile switch and when I went to compile and save
I got the following message:
Compile Error
A module is not a valid type
It refers to the Private mc As clsMonthCal which is
located under the Option Comapre Database and Option
Explicit.
Any idea what is happening here? If I do not use
the /decompile switch every works fine - plus I can
compile the modules without this error. It just doesn't
stay compiled - thus the reason for the /decompile switch.
Thanks
Mike