using enum on class module

R

Roy Goldhammer

Hello there

I have class module with enum inside it.

How can i use this emum in property let as parameter?
 
R

Roy Goldhammer

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
 
Top