Acessing Functions in Module

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a Class Library which also contains a Module with various Functions.
I started a new project and added a reference to the Class Library DLL. I
can access all the Classes in the Library ok but cannot access the Funcitons
in the Module. Everything is Public including:

PUblic Module myModule

'Public Functions I want to access

End MOdule
 
Back
Top