Hi there,

I have a program in which a function is called using:

application.run(fn())

The application.run() is used in a function which is in a VBA class module the function being called in in a macro in a standard module.

It is simply because the function is being called from a class module. Or is there some other reason to use such a method to make a function call?

Baz