Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() HI I have a workbook which has a macro which exports data from a user t myself by attaching a file to an email. However the user has receive an error "Microsoft Office excel is waiting for another aplication t complete an OLE action." What is an OLE action. Could anybody suggest an answer? Many Thank -- funkymonkU ----------------------------------------------------------------------- funkymonkUK's Profile: http://www.excelforum.com/member.php...fo&userid=1813 View this thread: http://www.excelforum.com/showthread.php?threadid=40071 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
OLE stands for "Object Linking and Embedding", which is the
mechanism or plumbing that lets you put, for example, a Word document or a command button, on an Excel worksheet. Excl issues commands to the OLE object, and waits for a reply back from the OLE object indicate that the command is completed, or at least that the OLE object received the command. The message "Microsoft Office excel is waiting for another application to complete an OLE action." means that the OLE object hasn't replied back to Excel within the timeout threshold. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "funkymonkUK" wrote in message ... HI I have a workbook which has a macro which exports data from a user to myself by attaching a file to an email. However the user has received an error "Microsoft Office excel is waiting for another aplication to complete an OLE action." What is an OLE action. Could anybody suggest an answer? Many Thanks -- funkymonkUK ------------------------------------------------------------------------ funkymonkUK's Profile: http://www.excelforum.com/member.php...o&userid=18135 View this thread: http://www.excelforum.com/showthread...hreadid=400710 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks for the explaination. What I found was the user was using Outlook XP which has a feature of warning users that other software is trying to send email and they can allow or disallow. is there a way around them getting this message? -- funkymonkUK ------------------------------------------------------------------------ funkymonkUK's Profile: http://www.excelforum.com/member.php...o&userid=18135 View this thread: http://www.excelforum.com/showthread...hreadid=400710 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excell copy action pauses for 15 second for the smallest action | Excel Discussion (Misc queries) | |||
Allow no action to be taken | Excel Worksheet Functions | |||
OLE action? | Excel Programming | |||
what is OLE.action | Excel Discussion (Misc queries) | |||
if ... then action | Excel Programming |