The VB.NET class needs to be in a compiled assembly, and be registered as COM. To make the .NET assembly COM visible, in VS IDE, right click on the project in Solution Explorer, then press Properties, click on Application tab, then Assembly Information button, check Make assembly COM-Visible. Then compile the assembly.
To register an existing assembly as COM, use regasm.exe [Assembly Name] in Command prompt.