Microsoft Excel (pop-up msg)

Pinaceous

Well-known Member
Joined
Jun 11, 2014
Messages
1,113
Office Version
  1. 365
Platform
  1. Windows
Hello,

I'm getting a self generated Microsoft Excel popup message:

The object is not responding because the source application may be busy.
* To check the source application, click Cancel, switch to the source application, and dismiss any open dialogs. Then try again.
* To continue waiting, click OK.

Is there any way to suppress this self generated Microsoft Excel pop-up message?

Please let me know.

Thank you!
Pinaceous
 
Last edited:

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
You don't state what you have running that is generating the error message so first question is...

Is "Ignore other applications that use Dynamic data Exchange (DDE)" in Excel options checked?
 
Upvote 0
.
Sounds like your workbook has a link or links to another workbook or some software besides Excel.
 
Upvote 0
This happens when the user activates a cell then forgets about it for over 1min 30secs.



So, is there a way through VBA to move the “flashing line cursor from an activated cell” of which blinks inside it?


For example, if the flashing line cursor remains idle inside a cell for over 1min 30secs then this message pops up.


Is there a way to then move the flashing line cursor to another cell after its been idle by way of VBA?
 
Last edited:
Upvote 0
You don't state what you have running that is generating the error message so first question is...

Is "Ignore other applications that use Dynamic data Exchange (DDE)" in Excel options checked?


Is there a way to express this statement via VBA ?

Like
Code:
 Application.Dynamic data Exchange (DDE)  = False


Thank you!
Paul
 
Upvote 0
Is there a way to express this statement via VBA ?

Like
Code:
 Application.Dynamic data Exchange (DDE)  = False


Thank you!
Paul

Did you try putting this at the beginning of your macro
<code style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; white-space: inherit;">Application.DisplayAlerts = False


and then this at the end of your macro


<code style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; white-space: inherit;">Application.DisplayAlerts = True</code>
</code></pre>
 
Upvote 0

Forum statistics

Threads
1,214,907
Messages
6,122,185
Members
449,071
Latest member
cdnMech

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top