+ Reply to Thread
Results 1 to 4 of 4

Code to send an e-mail. Don't send if attachment not found

  1. #1
    Forum Contributor
    Join Date
    09-05-2007
    Posts
    148

    Code to send an e-mail. Don't send if attachment not found

    I found some code on the internet which e-mails some stuff based on what you have in cells.
    It works really well and attaches a file based on the file path and name being in a cell.

    One thing I want to change is that if the file is not found, don't send the e-mai and give me an error message. Better yet, ask me if I still want to send the e-mail.

    Right now if I type the file path and name, but i type something wrong, it sends the e-mail but with no attachement.

    Here's the code.


    Thanks

    Please Login or Register  to view this content.

  2. #2
    Forum Contributor
    Join Date
    09-05-2007
    Posts
    148

    Re: Code to send an e-mail. Don't send if attachment not found

    Any ideas?

  3. #3
    Forum Contributor
    Join Date
    09-05-2007
    Posts
    148

    Re: Code to send an e-mail. Don't send if attachment not found

    Last bump. ANyone got any ideas?

  4. #4
    Valued Forum Contributor
    Join Date
    05-21-2009
    Location
    Great Britain
    MS-Off Ver
    Excel 2003
    Posts
    550

    Re: Code to send an e-mail. Don't send if attachment not found

    Try this:
    Please Login or Register  to view this content.
    I've included the complete code to reproduce your requirement. I wondered why you are using On Error Resume Next, as this shouldn't be necessary in this code. Therefore I've commented out that line and the On Error GoTo 0 statement.
    Post responsibly. Search for excelforum.com

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1