Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using Excel VBA to create and email PDFs using Outlook,
The code that follows generally works, but on occasion I get: Microsoft Office Excel is waiting for another application to complete an OLE action. I have tried some other approaches, eg code using early binding with same results. There is no dialog from Outlook needing a response that I can see. I hangs he Set OutApp = CreateObject("Outlook.Application") OutApp.Session.Logon Set OutMail = OutApp.CreateItem(0) Are there any workarounds or other ways of making this process more reliable? Thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel waiting for OLE action - how to resolve | Excel Programming | |||
Excel waiting for OLE action - how to resolve | Excel Programming | |||
Why would Excel react this way to this loop macro? Driving me crazy! | Excel Programming | |||
Excel is waiting for another program OLE Action | Excel Discussion (Misc queries) | |||
Please help me --- Microsoft Excel is waiting for an OLE action | Excel Discussion (Misc queries) |