When to use a Class in VBA?

后端 未结 12 1156
情歌与酒
情歌与酒 2020-12-02 07:04

When is it appropriate to use a class in Visual Basic for Applications (VBA)?

I\'m assuming the accelerated development and reduction of introducing bugs is a common

12条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-02 07:50

    I use classes if I want to create an self-encapsulated package of code that I will use across many VBA projects that come across for various clients.

提交回复
热议问题