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
loop results within output query
Recover data from *.mdf and *.ldf files!!
Exchange 2010 Management Console connects to the wrong server
Windows 7 Upgrade Advisor without Internet connection.
Need help with SQL INSERT query
Calling DLL function in release mode from exe in debug mode
Exchange 2007 mail redirect to external address?
Software Restriction Policy for XP GPMC
How to use the icons in the Office2007IconsGallery
Tools to replicate from SQL server 2000 to SQL server 2008