How can i enable VBA macros. Microsoft help did not work.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I recently completely installed Office Standard 2003. When I open Word 2003,
I get a message that states that VBA macros are not installed. I tried
following the MSO Help suggestion -- installing again with VBA---but it was
to not avail. Still, every time I open Word I get the message. I was using
MSO97, but installed 2003 into a different directory. Thanks! Ken
 
Your subject line refers to 'enabled' but your message to 'installed'

You'll get a message about macros with W2003 because of the security
settings. If you wrote these macros yourself you can --

1. Set security to trust the VBA project, or

2. Self-certify the project: run SelfCert.exe to create a personal
certificate, then use that to sign the project. Close and re-open Word and
tell it that your certificate is acceptable.


If you didn't write these macros yourself, refer back to whoever created
them and get them to sort it out.
 
Ken said:
I recently completely installed Office Standard 2003. When I open Word 2003,
I get a message that states that VBA macros are not enabled. I tried
following the MSO Help suggestion -- installing again with VBA---but it was
to not avail. Still, every time I open Word I get the message. I was using
MSO97, but installed 2003 into a different directory. Thanks! Ken
 
Jezebel said:
Your subject line refers to 'enabled' but your message to 'installed'

You'll get a message about macros with W2003 because of the security
settings. If you wrote these macros yourself you can --

1. Set security to trust the VBA project, or

2. Self-certify the project: run SelfCert.exe to create a personal
certificate, then use that to sign the project. Close and re-open Word and
tell it that your certificate is acceptable.


If you didn't write these macros yourself, refer back to whoever created
them and get them to sort it out.
 
Back
Top