PDA

View Full Version : Derived classes in VBA



shankar
05-14-2009, 12:27 AM
Hi,

I wanted to derive classes out of a base class, but it seems like VBA doesn't support required keywords like Inherits or Implements. Am I right in assuming that VBA doesn't really support derived classes?

I am thinking of switching to VSTO. If anyone has experience with this, please let me know. Thanks.

Shankar

Bob Phillips
05-14-2009, 06:14 AM
You can use Implements with VBA, although it doesn't support events in COM, but not inherits.