Correct me if I'm wrong, but inheritance won't work here, because you won't be able to pass COM object references between VBOs. What can be done is having common core VBO + extended actions developed/posted separately, which you can pick up/update one by one and insert into a core. I was thinking about implementing this idea, but didnt find spare time for it yet.
You may be right here. The problem I was trying to solve was - whenever you need to extend excel functionalities, you need to create copy of BP's excel VBO and then need to add actions into it. Which ends up creating too may excel objects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.