I have been coding in VBA for about 6 years now and attempted off and on writing macros for Outlook. Reasons like this have discouraged me in the past. I created a simple folder selector and inserted in in the VBA editor. I tested all day and then went to close Outlook (2007 latest FP) and it asked "do you want to save" and I of course I said yes. Now op ALT+F11 and I see the code, but the code would never run again after I saved it.

The directory tree is:
Code:
   Project1(VbaProject.OTM)
      Microsoft Office Outlook Objects
          ThisOutlookSession
The routine that worked before is still there and begins:

Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
xxxxx
End Sub

I also tried enabling trace to see if a line of code was failing by highlight the first line of the subroutine. Thought would catch the processing via trace but it never executes the code that is now saved there.

What am I missing?

I even tried setting all macros to run with warnings and that did nothing. It's just like the VB macro in the editor no longer exists. I even tried creating a self certificate SELFCERT.EXE and entering my name but I never see where a certification is even requested.

I finally broke down and bought Sue's book and was going to wade through all the security stuff while installing redemtion as well but I can't even get to first base. I did have a deja vu remembering a case before where Outlook chooses to run macros sometimes and not others. thanks!