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
How can I automatically (VBA) insert a comment when certain condition exist in a cell;
Open and Print PDF file
How to Select a Single Record from a MySql database when DISTINCT doesn't work
Office 2007 Product ID
protecting decompiling of ocx in browser
GPO not applied Filtering (Uknown reason)
Create Pie Chart in Excel 2007
Table of contents not bold
How does DBCC test the integrity of a database?
Long SQL String is Wrapping and Not Running in Access VBA