Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Microsoft Excel is waiting for another application to complet

Status
Not open for further replies.
Joined
Mar 5, 2002
Messages
292
Location
US
User is telling me that he gets this message when editing a spreadsheet.

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

He's pulling it off the server but still should not be getting the message.

What's the fix and why is this happening?

Thanks....!!!
 
I guess the user must be calling some info
from a network somewhere - and this is likely to be in code...
If so - you need to turn off excels warnings during the code procedure.

application.DisplayAlerts=False

users code....

application.DisplayAlerts=True

JP
 
There is a link sheet and I assume the user id lauching it from that. The actual file is on a network share with the shortcut on the desktop. Does this help more in determining what the issue is?

Thanks a lot.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top