Microsoft
Software
Hardware
Network
Question : VBA User defined types
Is there any way of iterating over all the properties of a user defined type?
For example
For each property in udf
debug.print udf.property
next
Thanks for the help
Andy
Answer : VBA User defined types
I don't know the answer to your Q but if you can then the code would be..
dim prp as dao.property
For each prp in udf.properties
debug.print prp.name
next prp
Random Solutions
Connect to a Crosstab query in Access from Excel
Block email to user in Distribution list
access 2003: sum of textboxes
Migrating from Linux to Exchange 2007
Exchange 2010 After install when initialising it looks for the DC not the member server
Getting first instance as result
.pdb file
Designing a new Application in C# from the ground up - Windows Forms or WPF? Custom Data Classes or Built in Data Classes?
WORD VBA Automation positionnig the cursor.
Simple Access update Query