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
Is there a way to use the weeknum function wiih non statndard dates?
VBA to scroll to the top of a freeze pane
Internet explorer wont open - After removing rouge malware
I have a batch file I would like to make more Professional.
Need help in creating XML file
(NEWBIE)Visual Studio (Concurrent I/O operations error) (NEWBIE)
Can I copy data from one excel workbook into another without the second workbook visably opening?
Batch file that does a file search and then if found executes a specific command on the file
How can I run/emulate IE 7 to access a site that only works for IE7
Home folder quotas - best method?