Learning vba and have a question

Nicolette

Always Learning
Local time
Today, 05:29
Joined
Jun 26, 2010
Messages
178
I am currently reading about user-defined type and I read "Define and use a structure data type when you need to combine various data types into a single unit, or when none of the elementary data types serve your needs."

Is this needed for all UDT's? or just "when you need to combine various data types into a single unit" and what exactly does that mean?

Thanks for the instruction!
Nicolette
 
Nicolette, it's only been about an hour since I gave you that link on vba. If we were to explain what UDTs are you wouldn't understand because you need to understand what datatypes are first of all, what a variable is and how to declare them with appropriate types.

From your other thread and based on what you're trying to achieve, you don't need UDTs.
 

Users who are viewing this thread

Back
Top Bottom