Unwanted Message in Excel 2013

mskli

New Member
Joined
Feb 20, 2017
Messages
33
Hello Recently I have been getting the following message in my Excel 2013 (At the top)

SUPPORT FOR OFFICE 2013 IS ABOUT TO END: Upgrade to the latest version with Microsoft 365 Family etc etc Redeem Now Button


I have to manually delete this message (Clicking on the X) each time. Is there a way to stop getting this message when I open Excel?

thanks
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Hi
Try
VBA Code:
Application.DisplayAlerts = False
then at the end of your code

VBA Code:
Application.DisplayAlerts = True
 
Upvote 0
Office 2010 users went through this a few years ago, and the solution were various registry hacks. Maybe those can provide a clue for the 2013 nag message. Some reading:


 
Upvote 0
rlv01:

thanks for the response. It appears that the solution isn't as easy as I thought. I tried the registry change. Hopefully it works longer term
 
Upvote 0
Keep in mind that the registry changes won't be exactly the same. For one thing, 2010 was Office 14 while 2013 is (I think) Office 15. So the HKCU registry locations will be slightly different.
 
Upvote 0

Forum statistics

Threads
1,214,990
Messages
6,122,625
Members
449,093
Latest member
catterz66

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