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 To Transpose A Access 2007 Query Result
TC5730 Thin Client WES 2009 Terminal Services 2008 Single Sign On issue (0x507?)
routing and Remote access error
.NET MySQL question
TextBox and Validation Rule
That assembly does not allow partially trusted callers
Adding the record count of one table into another
Remove Line Breaks in String
Convert Access String to SQL Server BIT Data Type
ProgressBar - VB.Net ( Windows Application )