breakpoints

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

Guest

I upgraded from office 2003 to office 2007. I had written code to send email
info from my websites as an alert to my mobile phone. I needed to make a
change and it is not working quite right. The problem I am having is that
when I set breakpoints in the Basic Visual Editor, which I get to with
Alt+F11, it never stops at the breakpoint. Even with a STOP statement, it
never stops. I saw some posting which said to hold the shift key when
starting Outlook, but this has no effect. What am I doing wrong - I miss the
debug/breakpoint feature.
Thanks
Harry Sterling
 
Is this code in Outlook forms? If so then holding down shift when opening an
Outlook custom form with code in it will prevent the form code from running.
In addition, in Outlook 2007 and later versions of Outlook 2003 code won't
run at all unless the form is published.

If it's not code in an Outlook form where is your code running and is it
VBScript code, managed or unmanaged VB code or VBA code?
 
Back
Top