using enum on class module

  • Thread starter Thread starter Roy Goldhammer
  • Start date Start date
R

Roy Goldhammer

Hello there

I have class module with enum inside it.

How can i use this emum in property let as parameter?
 
I found out the problem

When Setting property get and let at the same name the return vaulue must be
at the same type as insert value. and because they were diffrent I got the
error
 
Back
Top