Enumerating a Class Module's Properties

P

Paul Kennedy

I want to take a class module in which I have implemented
several properties and then using vba, return the name and
type of each property. I would like to be able to utilize
something like a 'foreach property in properties' to move
through the properties. I am doing this so that I can
keep my table definitions synced with my tables and vice-
versa. Any ideas how I can do this in vba?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top