I have a class written in VB.Net that works with COM through the ComClass and ComVisible attributes. The class then becomes available to VBA via TLB. In VB6, you can easily mark an element hidden in the object browser, but still accessible with a checkmark. In VB.Net, the only way I found to hide the VBA browser object is with an underscore name prefix.
Is there a way to hide an element without underscore?
Oorang
source share