Inconsistent behavior for Me keyword

北城以北 提交于 2019-12-04 22:41:01

That is a bug.

According to MSDN:

Me provides a way to refer to the specific instance of the class where the code is executing.

To me this means that it should always be the new document. Ensure that you aren't running the code in the template by accident.

SOURCE: https://msdn.microsoft.com/en-us/vba/language-reference-vba/articles/me-keyword

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!