Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The macro cannot be found or has been disabled because of your Macro security settings

I am getting the error that appears in the title and I already check the security settings, I have everything enabled and the Add-in is signed. I put the screenshot of how I have the options. If I have everything enable why it can give security problems?

enter image description here

enter image description here

I am using windows 8 and office 365. And the add-in that is not working is a powerpoint add-in. I try also some solutions that appears in this thread but no one works for me: http://social.technet.microsoft.com/Forums/office/en-US/0b385af0-9856-4cfb-bc48-3369c3ce2ace/when-opening-ms-word-the-macro-cannot-be-found-or-has-been-disabled-because-of-your-macro-security?forum=officeitproprevious

like image 734
Iban Arriola Avatar asked Oct 31 '13 17:10

Iban Arriola


1 Answers

I had the EXACT same problem with an addin which I developed for Powerpoint many years ago and now ran on some computers at my new company, but not others.

The support couldn't help me and Google couldn't really help me, but this thread came closest to describing my situation.

The only common denominator I eventually found was that 32-bit Office could run the addin, but not 64-bit.

So my solution was to go through the VBA source code and replace my declaration variables according to this Microsoft post:

https://msdn.microsoft.com/library/gg264421.aspx

Maybe that could help you as well?

like image 86
Peter Eriksson Avatar answered Jan 02 '23 11:01

Peter Eriksson