I created class library in
VB .NET and want to load it with
Application.VBE.ActiveVBProject.References.AddFrom File, but VBA shows following error: "
Run-time error 429: ActiveX component can't be created VBA".
I looked thru Internet and found out that class library should be registered with OS. So, how to programmatically register this library with VBA?