Functions and methods are not visible in a component

  • Thread starter Thread starter Mo
  • Start date Start date
M

Mo

Hi all,
rookie question:
I have built a component with one class declared as public. The class has
one function declared as public. The function takes one parameter. I
register the component.
Usage: In Microsoft Word, in the VBA editor, I check a reference to the
component. In the object browser I can see the class but not the function.
What do I need to do to see the function? (I can use the function, but the
intellisense doesn't tell me that it is available)
Thanks,
Peeter
 
Back
Top