View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vacation's Over Vacation's Over is offline
external usenet poster
 
Posts: 279
Default User Type vs Class - General question:

Are there any significant disadvantages to using a user defined type instead
of a class module?

I know that Classes are more portable but seems that the two are
interchangeable in many instances and it takes less code to use Type. So for
one off solutions I tend to lean towards a user defined type and was just
wondering if there was any big issue I was missing.