如何在 VBA 中的类中使用私有方法?
我在课堂上写了私有程序
Private Sub setStartShift()
但我不能这样称呼它:
this.setStartShift
excel vba
excel ×1
vba ×1