Try to recompile the complete VBA project, do as follows:
Open the VBA editor
Go into each module
Insert a line (doesn't matter what you write)
Press ENTER
Remove the line that you've inserted
When finished, in the menu click Debug \ Compile
It sounds silly to do that, but it's the only way to force the compiler to rebuild any code.
Andreas.
Tried that, and hit compile and still is doing it.