Consulting

Results 1 to 2 of 2

Thread: Cannot find the file on calling Application_ItemSend

  1. #1
    VBAX Newbie
    Joined
    Aug 2016
    Posts
    1
    Location

    Cannot find the file on calling Application_ItemSend

    Hello,

    We use a small macro that saves send e-mails to a file location. This macro calls Application_ItemSend and excutes the code. When executing all is fine.

    On irregular basis an error message pops-up "Cannot find the file" without specifying which file it is.
    Running in debug mode and putting a break on the first line of code shows that it cannot execute the code. By pressing F8 (Step) the same error pops-up but the debug does NOT go to the next line of code.

    Running Procmon to detect any missing / inaccessible file returns nothing so far.

    Currently no idea how to solve this "black box" issue.

    Any help greatly appreciated.

  2. #2
    Post the code.
    Graham Mayor - MS MVP (Word) 2002-2019
    Visit my web site for more programming tips and ready made processes
    http://www.gmayor.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •