You Cannot Use the New Operator with a Class Interface Error

You used the New operator with a class interface. You create new class interfaces using the Project .

Add . Class Interface menu command or the Add Class Interface button in the Project Editor.


Example

The class interface Interface1 has already been added to the project

Dim c as Interface1
c= New Interface1

.