M
Maurice
Hi there,
Hope that someone can point me in the right direction here:
using...
Win Vista-Enterprise
Office 2007 enterprise
Situation:
I've created a word document (.docm) and revised the .rels file and customUI
file as described my Microsoft in the sample documentation on this subject.
When I start my document all is well and I see the ribbon has changed to one
tab showing the Happy Face button. In the word document I've added the
following as described my MS:
sub MyMacro (Byval control as IRibbonControl)
msgbox "Hello World"
end sub
Now when I push the button I get the message that the security settings
don't allow me to run the macro. Go to the Trustcentre and enable all
macro's. That's what I've done but still no go keep getting the same message.
What's bugging me here? any suggestions appreciated...
Hope that someone can point me in the right direction here:
using...
Win Vista-Enterprise
Office 2007 enterprise
Situation:
I've created a word document (.docm) and revised the .rels file and customUI
file as described my Microsoft in the sample documentation on this subject.
When I start my document all is well and I see the ribbon has changed to one
tab showing the Happy Face button. In the word document I've added the
following as described my MS:
sub MyMacro (Byval control as IRibbonControl)
msgbox "Hello World"
end sub
Now when I push the button I get the message that the security settings
don't allow me to run the macro. Go to the Trustcentre and enable all
macro's. That's what I've done but still no go keep getting the same message.
What's bugging me here? any suggestions appreciated...