Macros not working - Security setting?

3

39N 95W

Outlook 2002
SP3


I have a very, very complicated Macro I wrote. I put it in its own module
and the Macro is copied below:

Public Sub Test1()

MsgBox "hello"

End Sub

I put the Macro on a toolbar as a button, but when I click on it nothing
happens. I suspect the problem may be a security setting, but when I looked
at the security settings under Options, there were way too many possible
setting changes one could make. Could somebody maybe shed some light on
this?
 
S

Sue Mosher [MVP-Outlook]

Did you check your settings in Tools | Macro | Security? Does it run from the VBA module itself?
 
3

39N 95W

Doh! I was looking for this particular setting but couldn't find it. I
know where it is in Excel but I couldn't find it in Outlook.

Right under my nose. My very complicated macro works now - Thanks Sue!

-gk-

Did you check your settings in Tools | Macro | Security? Does it run from
the VBA module itself?
 
Top