macros

M

mike

everytime word opens it ask to enable macros. please tell
me how to turn this off so it won't pop up everytime.
what is macros? Should it be disable or enable My pop up
box states that I should enable. thanks
 
G

Greg Maxey

Mike,

This is due to the Tools>Macro>Security Settings. I don't know which
version you have, but I have my security setting to Medium with Trust All
installed Add-ins and Templates enabled. This keeps the alerts to a bare
minimum for me.

A macro is a set of computer instructions that can to good or evil. For
example:

Sub AutoOpen

Application.GoBack

End Sub

Is a little macro code that runs when a document is opened and causes the
cursor to return to the last edit point. It comes in handy.

Macros can be stored in documents, in templates or add-ins. Someone could
send you a document with a nasty little macro that could seriously mess up
your day. You should
always use caution to ensure you protect yourself from undesirable macros.
 
Top