Project1 not executing

  • Thread starter Thread starter pfa
  • Start date Start date
P

pfa

I just started looking at adding some itelligence to emailing. I
followed an example which prompts for missing attachment confirmation.
Worked well. I then installed OutlookSpy to look at ID numbers for
menus, etc. to get a better understanding of what you can do. Now the
project doesn't run (I've set a break-point in ItemSend and it never
gets there). Uninstalled OutlookSpy, rebooted. Even purposely put in a
bug in the hope it would prompt for debug. Still not working. Any ideas?
 
Not sure what the problem was but deleting the VbaProject.OTM record
and recoding resolved t.
 
Ok...this an "Outlook scripting/Outlook Spy issue for dummies".

I just realised I've fallen in the trap of "first time you write your
ThisOutlookSession it works" but when you close and re-open Outlook the
project falls under the macro security restriction (I now have my
project digitally signed ;-)).
 
Back
Top