No longer receiving any warning / save etc dialog boxes

davejago

Board Regular
Joined
Apr 29, 2005
Messages
133
I recently installed an add-in, and then removed it shortly after. Since then, I've not been receiving warning dialog boxes like - do you want to save before you exit, could not find matches (when using Find), x number of duplicates removed.....basically none of the warning boxes..

What has happened?
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).

VoG

Legend
Joined
Jun 19, 2002
Messages
63,650
Not sure but try running

Code:
Sub rst()
Application.DisplayAlerts = True
End Sub
 
Upvote 0

DonkeyOte

MrExcel MVP
Joined
Sep 6, 2002
Messages
9,124
Sounds as though the DisplayAlerts have been turned off.

From where did you install the add-in ?
 
Upvote 0

DonkeyOte

MrExcel MVP
Joined
Sep 6, 2002
Messages
9,124
If the Macro resolves the issue, close XL completely and then reopen to see if the issue has returned ? If so re-run the Macro (to reactive the Alerts) then deactivate the Add-in and repeat the process... if on reopening XL the alerts are still in operation it would seem that the Add-in is indeed the culprit & will need to be recoded.
 
Upvote 0

Forum statistics

Threads
1,190,841
Messages
5,983,187
Members
439,827
Latest member
JohnExcelHelp99

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
Top