A UDT problem

M

Mac

In my project, I've defined (within one module with all other procedures) a
global collection which I want to use for storing my own type. After some
arguing with the compiler I learned that I should place my UDT's definition
into a separate Class module. But when I do so, the compiler gives me a
'Cannot define a UDT within an object module'. Now I'm really not sure about
the consistency of the compiler's reasoning. What am I doing wrong?:-(
 
M

Mac

So this business drawing application has a little feature called the VBA
editor, where you deal with global collections, UDTs, etc. The discipline
that makes use of these arcane entities is called development (Visio
development in our case), and the name of this newsgroup is called
(coincidentally enough) - Visio Developer. If there's anything else I can
explain to you, just drop me a line!:)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top