View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Michel S. Michel S. is offline
external usenet poster
 
Posts: 33
Default Undefined User Defined Type at compile time

Thanks for your reply.

Unfortunately, I double-checked that every module has a "Option
Explicit" statement, eliminating this as a probable cause of my
prob;em.

Still open to other suggestions.


RB Smissaert a présenté l'énoncé suivant :
If you haven't done it yet put Option Explicit at the top
of every module (normal modules, forms and classes)
and then compile again.

RBS

"Michel S." wrote in message
...
Hello,

Upon compiling a VBA Excel 2003 project, I get the message "Undefined User
Defined Type" in an Ok/Help box.

There's no highlighted code line at all to help me find where the compiler
found this.

I'm not using UDTs at all, and, AFAIK, all required librairies are
referenced, and none is maked as "Missing" in the references list.

Any idea on how to pinpoint the souce of this problem ?

Thanks