A family of Microsoft word processing software products for creating web, email, and print documents.
Macros in templates that are stored in "trusted locations" aren't subject to the prohibition against running. The User Templates location, which is where Normal.dotm is stored, should be on the list of trusted locations by default. You can check this by going to File > Options > Trust Center > Trust Center Options > Trusted Locations.
You could also use the selfcert.exe program (on the Start menu, look in All Programs > Microsoft Office > Office 2010 Tools for "Digital Certificate for VBA Projects") to create a certificate that's valid only on your computer. Then use that certificate to sign your macros -- in the VBA editor, click Tools > Digital Signature > Choose and select the certificate. Signed macros can run from any template in any location. But this should never be necessary for macros in Normal.dotm.