Why can't the VBA Me keyword access private procedures in its own module?

后端 未结 5 1999
梦谈多话
梦谈多话 2020-12-11 15:22

I just discovered that the Me keyword cannot access private procedures even when they are inside its own class model.

Take the following code in Class1:



        
5条回答
提交回复
热议问题