View Single Post
  #1   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

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