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
Add/Remove programs display has large gap in listling ?
Compare two tables and record calculated value in query
Try to open a Silverlight project on Visual Studio 2008 but I can't
Connecting a remote server (Windows 2000) to a remote main server (Windows 2003 Standard)
how can i put a username and password of ms access dtabase?
Clear Orderby on exit of form
How do I use a user-defined function in Access
SSRS: Group Drill Down
programmatically work with object data source and report viewer
Problems inserting an image on the signature inside OWA