

I am using windows 8 & 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
Bạn đang xem: The macro cannot be found or has been disabled
powerpoint add-inShare
Improve sầu this question
Follow
asked Oct 31 "13 at 17:07

Iban ArriolaIban Arriola
2,00666 gold badges3030 silver badges8181 bronze badges
11
| Show 6 more comments
2 Answers 2
Xem thêm: Black Shark 3 Pro Quốc Tế Chính Hãng, Điện Thoại Xiaomi Black Shark 3 Pro
Active Oldest Votes1
I had the EXACT same problem with an addin which I developed for Powerpoint many years ago & now ran on some computers at my new company, but not others.
The tư vấn couldn"t help me & Google couldn"t really help me, but this thread came closest to lớn describing my situation.
The only comtháng denominator I eventually found was that 32-bit Office could run the addin, but not 64-bit.
So my solution was khổng lồ go through the VBA source code & replace my declaration variables according to this Microsoft post:
https://msdn.microsoft.com/library/gg264421.aspx
Maybe that could help you as well?
Share
Improve this answer
Follow
answered Oct 13 "16 at 13:21

Peter ErikssonPeter Eriksson
1122 bronze badges
Add a phản hồi |
0
Create a simple PowerPoint presentation và save it as pp_HelloWorld.pptx
Add the following VBA procedure
Option ExplicitSub sbHelloWorld() MsgBox "Hello World!"End Sublớn a module in this presentation and save it as pp_HelloWorld.pptm
Cthua kém and reopen this presentation pp_HelloWorld.pptm and the macro will work from the Developer > Macros > Run option
Put the following custom ribbon code
into a tệp tin called PowerPoint.officeUI
& put this file in the folder
C:UsersAppDataLocalMicrosoftOffice
(this may be hidden initially)
Cthất bại & reopen this presentation pp_HelloWorld.pptm và the macro will work from the Developer > Macros > Run option
The macro will not work from the macro button New Tab > sbHelloWorld and gives the message -
"The macro cannot be found or has been disabled because of your Macro security settings"