Privacy warning

TengoKbailar

New Member
Joined
Nov 18, 2008
Messages
45
Hi,
I have put a macro in my spreadsheet to clear all hyperlinks it works great but now I keep getting the privacy warning message.
I have set the macro settings to accept all and put the spreadsheet in the trusted locations......but the warnings still keep coming :mad:
I do not want to turn off all messages just this one.
Thanks
Michael
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
No problem:) That does not raise a warning for me. What is the exact language of the warning? Also what version of excel are you using?
 
Upvote 0
Hi Oorang,
I´m useing Office 2007
The message is a pop up which says
"Privacy warning:This document contains macros, ActiveX controls, XLM expansion pack information, or web components. These may include personal information that cannot be removed by the Document Inspector"

The only thing I have added is the macro and the message has only apeared since then.
Thought.....could it be because of the hyperlinks? I just copied & pasted them but the message keeps coming after I have run the macro and cleared them

Thanks
Michael
 
Upvote 0
Which can be done with:
Code:
excel.AddIns.Item(index).Installed=False
If it's for anyone but you, I'd make sure you turn it back on when you are done.
 
Upvote 0
Hi,
Don´t think that has worked.
I installed the code but everytime I click Save......up pops the warning :(
I´ll see if it keeps poping up during the day.
Thanks
Michael
 
Upvote 0

Forum statistics

Threads
1,214,987
Messages
6,122,613
Members
449,090
Latest member
vivek chauhan

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