Hi,

I have a project with a class module and a bas module.

Most of my functions in the bas module is used by functions in the class module, which works fine.

I need to call a function in my class module from my bas module, how can I do this without creating a new instance of my class module in my bas module??