Problem in Linking a software with VBA

H

Hosein Alizadeh

I have a problem linking a software with Excel (VBA).

In a command line of my macro when its time waiting to recieve results from
the software is bigger than 90 seconds, the VBA make an error. The error
message is "Microsoft Office is waiting for an OLE application". I guess it
is about run time or time out limit of VBA. Do you have ever seen this error?
 
T

Tom Ogilvy

No first hand experience with it, but in past posts on this topic others have
claimed success with

Application.DisplayAlerts = False
' code that causes the message
Application.DisplayAlerts = True
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top