Hi all,
I have the following error message coming up in my Excel VBA application and cannot figure out what it means. Can somebody help me?
The message is;

"Runtime error-2147418105(80010007)
Automation error
The Callee (Server [not server application]) is not available and disappeared; all connections are invalid. The call may have executed
."

Attempts to debug take me to a line of code in the program that reads
"If m.Display(showalarm) Then...."

Where "m" is an instance of a form and "Display" is a function that was written to show the form modally.

Hope someone could help.

Alex