COM server timeout

E

Erich Neuwirth

I am calling a method in a COM server from VBA.
After some time, I get a message

Microsoft Excel is waiting for another application
to complete an OLE action

Is there a way of setting the Excel waits
before it displays this message?
Is there a way of supressing this message.

Application.Displayalerts = False seems to work,
but is a rather radical solution.
 
Top