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

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Not sure but try running

Code:
Sub rst()
Application.DisplayAlerts = True
End Sub
 
Upvote 0
Sounds as though the DisplayAlerts have been turned off.

From where did you install the add-in ?
 
Upvote 0
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,214,929
Messages
6,122,315
Members
449,081
Latest member
tanurai

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