Enumerating a Class Module's Properties

  • Thread starter Thread starter Paul Kennedy
  • Start date Start date
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?
 
Back
Top