What does "Microsoft Office Excel is waiting for another application to complete an OLE action." mean?

Frank picture Frank · Aug 25, 2011 · Viewed 12.6k times · Source

I have a working RTD Excel automation add-in similar to the one described here. Intermittently, while attempting to load a sheet that includes this formula I get the following error:

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

I have checked and unchecked "Ignore other applications that use Dynamic Data Exchange (DDE)" per some forum discussion (which I can no longer locate). Neither works.

Google yields many hits for this error but no resolutions. There is an ancient knowledge base article here but again no resolution.

What is causing this error? Is there anything that I can do to avoid it?

Thanks!

Answer

PJ in FL picture PJ in FL · Nov 28, 2012

Try using Application.DisplayAlerts = False to stop the alerts from displaying.