script lost on closing outlook

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

Guest

I added a small VB script in Outlook 2003 that checks all emails before
sending for empty subject field. The script ran successfully and showed
warning messages when I tried sending mails with blank subject.

But when I close outlook and reopen after sometime, the script is lost
permanetly. Any idea how to save the script permanently in Outlook?

Thanks in advance!
 
You should always make a backup copy of any VBA code, because it can become corrupted. Either back up the VbaProject.otm file when Outlook isn't running or use the File | Export command in VBA. `s
 
Back
Top