Microsoft Visual basic error message.

NLAlston

Member
Can someone tell me how to go about escaping the following error message?

The macros in this project are disabled. Please refer to the online help or documentation of the host application to determine how to enable macros.


I have tried everything possible, to defeat this. But the intruding message continues to pop up in my face - especially when exiting 'Word'. Any ideas?
 
NLAlston said:
Can someone tell me how to go about escaping the following error message?

The macros in this project are disabled. Please refer to the online help or documentation of the host application to determine how to enable macros.


I have tried everything possible, to defeat this. But the intruding message continues to pop up in my face - especially when exiting 'Word'. Any ideas?

I seems, from your last sentence.. that Microsoft Word is the culpret.

What are your Macro Security Settings? (Tools Menu > Macros > Security)
 
like sfr said, it's a result from your security settings how macros are handled.
2 ways out
a) set your security level to MID, so whenever a macro will be startet you'll get a message box to accept or not
b) create a digital signature on your machine and set your security to accept that digital sign

ciao
 
Back
Top