+ Reply to Thread
Results 1 to 56 of 56

Send e-mail with PDF file

  1. #1
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Send e-mail with PDF file

    Hello all

    I have an excel spreadsheet that i make filters and create PDF to send to client's.

    I want now to send them by e-mail:
    - choose email's body , title etc etc
    - insert PDF created

    Can anyone help me with this?

  2. #2
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,014

    Re: Send e-mail with PDF file

    .
    Please Login or Register  to view this content.
    Allows you to send one or multiple emails with the EMAIL sheet attached as PDF.
    Macro can be edited to suit your needs.

    Second / Different file attached as well.

  3. #3
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    Hi,

    First of all thanks for helping

    I have some doubts that i don't made them clear enough.
    i will have several Client e-mails to send but only send to each one i want, and each one will have a different PDF to send to sent (filtered from database), in that case i will need to have several Buttons Like in attachment.

    i am now taking pdf out with:
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by Rafaelpresa123; 08-04-2020 at 02:47 PM.

  4. #4
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    Logit can i take pdf like that but attach it ?

    And besides that, have each button for each client, or better:
    Choose from validation the name of client, and click the button to send to His email the correct attach

  5. #5
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    Hello guys, can anyone help me out?

  6. #6
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Send e-mail with PDF file

    Instead of buttons, you can setup a column to hold the files to attach them in the row for that email. Instead of providing you with another working example, @Logit files are great examples, and if you want a custom solution, please provide your sample data, as per the yellow banner above, so we can review and update it.

  7. #7
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    Quote Originally Posted by maniacb View Post
    Instead of buttons, you can setup a column to hold the files to attach them in the row for that email. Instead of providing you with another working example, @Logit files are great examples, and if you want a custom solution, please provide your sample data, as per the yellow banner above, so we can review and update it.
    Hello maniacb,
    i'm doing a new project and i need to pick this topic again, hopefully you guys can help me out

    I need to:
    Sent a different file to each and every different person

    Check the file in attachment please
    Attached Files Attached Files

  8. #8
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,014

    Re: Send e-mail with PDF file

    .
    I couldn't get your macro to work as desired ... sorry.

    I did put together the following macro that runs very well here. The macro is looking for TEXT files named "1.txt", "2.txt" & "247.txt" ... that are located on the desktop.

    The workbook is also located on the desktop. The individuals TEXT files are correctly attached to the appropriate email.

    Now ... what changes to the macro are required for your specific purpose ?


    Please Login or Register  to view this content.
    Attached Files Attached Files

  9. #9
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    The files i want to save and send need to be .PDF

    I ve done this test workbook with 3 workers. But i have now 100 and always increasing

    Hope to have your help asap

    Thank you

  10. #10
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,014

    Re: Send e-mail with PDF file

    .
    Edit this line :

    Please Login or Register  to view this content.
    To :

    Please Login or Register  to view this content.

    Always make certain the workbook and the PDF files are located on the desktop ... or ... you'll need to change the paths in the macro to match the locations of your workbook and pdf files.

    Also .. as the present macro is written ... you will need to edit this line as well :

    Please Login or Register  to view this content.
    The C10 should match the last used row in column C. For instance, if your rows extend down to Row #2500 ... then it would be C2500.

  11. #11
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147
    Quote Originally Posted by Logit View Post
    .
    Edit this line :

    Please Login or Register  to view this content.
    To :

    Please Login or Register  to view this content.

    Always make certain the workbook and the PDF files are located on the desktop ... or ... you'll need to change the paths in the macro to match the locations of your workbook and pdf files.

    Also .. as the present macro is written ... you will need to edit this line as well :

    Please Login or Register  to view this content.
    The C10 should match the last used row in column C. For instance, if your rows extend down to Row #2500 ... then it would be C2500.
    But how do i create each PDF and for each sheet?

  12. #12
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,014

    Re: Send e-mail with PDF file

    .
    Use the same code you have that creates the PDFs. Just make certain they are saved to the Desktop or whatever location you desire.

  13. #13
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    Hello Logit,

    Although to create 100 pdfs, i need to create 1 by 1?

    Is there a way to loop them through all sheet's ?

  14. #14
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,014

    Re: Send e-mail with PDF file

    .
    Yes.

    What code are you using ?

  15. #15
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    I just have this code on this project:
    Please Login or Register  to view this content.
    I need the code that Creates the PDF with the name "NUMBER OF EMPLOYEE & DATE.PDF" And Then send that e-mail with that file.

  16. #16
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,014

    Re: Send e-mail with PDF file

    .
    This will create the PDFs :

    Please Login or Register  to view this content.
    We can add some code to the above so it avoids making a PDF file of unwanted sheets. Will need to know the names of those sheets.

  17. #17
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    Worked perfect, I have in this problem one more limitation i attached.

    I Export an excel data base and then,
    1st filter to "PARA ANALISAR"
    COPY COLUMN B/S/T/U to the end of the sheet name accordingly.

    Please check file in attach if you can help me out
    Attached Files Attached Files

  18. #18
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    @Logit is there a way to do this for a big range of sheets?

    Right now they are around 100, i mean... probably need to filter then copy visible cells then find worksheet and first empty row and paste?

  19. #19
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    Hello @Logit,
    Can you give me some help regarding this copy paste multiple sheets?

  20. #20
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Send e-mail with PDF file

    Give this code a try

    Please Login or Register  to view this content.
    Attached Files Attached Files

  21. #21
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    Hello mate
    I run your code with your file and does not work

    "run-time 1004"

    I have the file attached working properly
    - Need to create a folder in "desktop/RECURSOS HUMANOS/
    - Put the excel file inside

    Now i need to put the analysis working, copy and paste after filtering to each worksheet according to name
    Attached Files Attached Files

  22. #22
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Send e-mail with PDF file

    Here is an updated version. Note, I only made changes to the SendEmailfromOutlook code. I did not touch the PDF file create process. What line is highlighted with the code error.

    Please Login or Register  to view this content.
    Attached Files Attached Files

  23. #23
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    I've tried that.

    I don't need to send that on the body of e-mail.

    I need to paste it on EACH sheet of each worker, and then send the full history

    almost there, but i need to add the new lines to the history and then send only the attach

  24. #24
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Send e-mail with PDF file

    Try this change

    Please Login or Register  to view this content.
    Attached Files Attached Files

  25. #25
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    Hello mate,

    It does shows me better but still not correct

    I want to only put the orange rows there (no header) and right after the last filled row
    Attached Images Attached Images

  26. #26
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Send e-mail with PDF file

    hopefully this works
    Attached Files Attached Files

  27. #27
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    Hello maniacb

    far as i tested:
    - the FILE ATTACHED / CREATED is being done BEFORE updating new information
    - The 3rd and 45th sheet the information is pasted with headers (i think when there are no information, it pastes the headers only)
    -
    Please Login or Register  to view this content.
    Why do we need to add sheets? i have all shets already created

    I need:
    1st update the new information rows, and only after that create and attach PDF
    2nd when there is no new information, does not paste the headers , do nothing then.
    3rd no need to create new sheets, just edit the existing with names defined
    Last edited by Rafaelpresa123; 11-22-2020 at 11:05 AM.

  28. #28
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Send e-mail with PDF file

    1. I added the the pDF create feature into the Outlook create code, it will all run faster that way. You no longer need the SavePDF module. I renamed the Outlook code.
    2. If no information, no headers will be added
    3. The temporary sheet will continue to be created and deleted, it's easier to manipulate the added information this way.
    Attached Files Attached Files

  29. #29
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    Thank you my friend, for my first impression it works perfect. i adjusted to my file and all seem to work perfectly

  30. #30
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    Quote Originally Posted by maniacb View Post
    1. I added the the pDF create feature into the Outlook create code, it will all run faster that way. You no longer need the SavePDF module. I renamed the Outlook code.
    2. If no information, no headers will be added
    3. The temporary sheet will continue to be created and deleted, it's easier to manipulate the added information this way.

    Hello maniacb,

    Really sorry to bother you again, i am trying to use your file but is is giving me error 1004

    Can you open it and try it please?

  31. #31
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Send e-mail with PDF file

    The error appears because the directory path may be incorrect. Change the current path(the portion in red)

    Please Login or Register  to view this content.

    To an actual path on your computer

  32. #32
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    Thank you very much. already working

  33. #33
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    Hello @maniacb

    How can i adjust 2 things:
    - Column B (date column) has moved to column H
    - Column S T U, instead of empty and filled values, the program exportation to here, is giving me 00:00 and hours , how do i adjust code to replace 00:00 to empty or analyze 00:00 as no value.

    Hope you can help me out,

    thank you very much
    Last edited by Rafaelpresa123; 02-05-2021 at 05:34 PM.

  34. #34
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Send e-mail with PDF file

    What changes are taking place in what sheets? Data Base Sheet has a number in Column B, no date. Can you share the updated sheet and tell me what is the error?

  35. #35
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    On sheet "ANALYSIS" , instead of COLUMN B/S/T/U i have not H/S/T/U

    The rows to be copied from each person has written on column Y = "HAS VALUES" , I did this cuz there are a lot 00:00 , i just want the 00:xx or xx:xx values, everything different from 00:00
    Last edited by Rafaelpresa123; 02-06-2021 at 03:45 PM.

  36. #36
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Send e-mail with PDF file

    I updated the main module to show column H instead of column B, and hide line with blanks or 12 AM(0:00) in columns S/T/U. Let me know how it works for you.

    Please Login or Register  to view this content.
    Attached Files Attached Files

  37. #37
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    Hi maniacb, is worked nicely,

    Although on the worker sheet it appears with 00:00, can we have it blank where it is 00:00 ?

    Thanks for your time
    Attached Images Attached Images

  38. #38
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Send e-mail with PDF file

    Use this updated code

    Please Login or Register  to view this content.

  39. #39
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    That worked Ok

    I was sending the emails now, and after clicking the button, it gives me error after around 10-15 workers here:

    error number 9, subscript out of range

    Debug sends me to this part

    Please Login or Register  to view this content.
    I think this is because this worksheet name is cut to only 31 characters, and the name does not match, is it ?
    Attached Images Attached Images
    Last edited by Rafaelpresa123; 02-06-2021 at 05:38 PM.

  40. #40
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Send e-mail with PDF file

    At the top of the code, after the Dim lines, add the following line.

    Please Login or Register  to view this content.
    This will allow the software to run on all the names that don't have an error

  41. #41
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147
    Quote Originally Posted by maniacb View Post
    At the top of the code, after the Dim lines, add the following line.

    Please Login or Register  to view this content.
    This will allow the software to run on all the names that don't have an error
    I Tried that, there is no error now, but i only received 27 emails instead of 84 which are the number of workers/worksheets at moment created.
    And some of those 27 emails came without the PDF attached


    Tried again 2nd time and:
    53 emails received (9 of them without attachment)

    You can change to receive yourself the emails by putting your email on Column C at worksheet "DATA BASE"
    Last edited by Rafaelpresa123; 02-06-2021 at 10:39 PM.

  42. #42
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Send e-mail with PDF file

    The error presents because the sheet name is not equal to the person name. The sheet names can not exceed 31 characters, but some persons names are longer than 31 characters. (This is an Excel limitation) The first person encountered with this situation is Natércia Maria Lourenço Salcedas, but the sheet for that person is named Natércia Maria Lourenço Salceda, the last s is missing.

    This code limits the dheet name to 31 characters and resolves the issue.

    Please Login or Register  to view this content.
    Last edited by maniacb; 02-06-2021 at 10:47 PM.

  43. #43
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    Yes, indeed that can be de reason, how can we turn that around to analyze to match the 31 st caracters

    AT worksheet "Data base" i have the Column F with every worksheet with only 1st 31 caractacters if that helps..

  44. #44
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Send e-mail with PDF file

    See updated post 42 for code to resolve issue

  45. #45
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Send e-mail with PDF file

    This code has correct path and updated code

    Please Login or Register  to view this content.

  46. #46
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    Already updated to your code,

    Although i am still receiving emails without attachment

    I have attach an example for your reference, i've seen in my folder and 84 PDF's were created.

    This time i did, i received 38 emails, 7 of them without the attach. Still 46 emails to be received to reach 84 (number of worksheets of people)
    Attached Images Attached Images
    Last edited by Rafaelpresa123; 02-06-2021 at 11:02 PM.

  47. #47
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Send e-mail with PDF file

    One more change. The file name for the attachment had to be limited to the 31 characters as well.

    Please Login or Register  to view this content.
    Last edited by maniacb; 02-06-2021 at 11:21 PM.

  48. #48
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    Gives me error 1004, file should be open

    But i have no PDF open, so error must occur
    Attached Images Attached Images

  49. #49
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Send e-mail with PDF file

    I found a few more places where the 31 character limitation has to be changed.

    Please Login or Register  to view this content.

  50. #50
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    Hi maniacb ,

    Right now everything seem to be 100% , received 84 emails and each one with an attach.

    Thank you very much

  51. #51
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    Hello maniacb

    In my desktop it worked perfectly, i put inside another computer with another excel version where i need to run the office and gives me an error. Is there a workaround for it?
    Attached Images Attached Images

  52. #52
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Send e-mail with PDF file

    Quote Originally Posted by Rafaelpresa123 View Post
    Hello maniacb

    In my desktop it worked perfectly, i put inside another computer with another excel version where i need to run the office and gives me an error. Is there a workaround for it?
    Administrative Note:

    Welcome to the forum.

    We are happy to help, however whilst you feel your request is similar to this thread, experience has shown that things soon get confusing when answers refer to particular cells/ranges/sheets which are unique to your post and not relevant to the original.

    Please see Forum Rule #4 about hijacking and start a new thread for your query.

    If you are not familiar with how to start a new thread see the FAQ: How to start a new thread
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  53. #53
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Send e-mail with PDF file

    RafaelPresa123, go ahead and start a new thread like FDibbins recommends. You’ll get more eyes on the issue. Make sure you list the new excel version and the version it worked on. List the code/file as well or at least reference this thread. I will help as much as I can. I don’t have an answer as to the issue right now.

  54. #54
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Send e-mail with PDF file

    You can change sheets.count to 2 and it should continue to work.

  55. #55
    Forum Contributor
    Join Date
    09-28-2019
    Location
    Covilhã
    MS-Off Ver
    2010
    Posts
    147

    Re: Send e-mail with PDF file

    Hello guys,

    Sorry to speak here again but it is the best way i think.

    All the code is working well, although it is working automatically, today all emails were sent without executing the macro, is it possible?

    Although the pdf name is dated as 13/3/21, was it some email bug?
    Last edited by Rafaelpresa123; 03-23-2021 at 05:15 AM.

  56. #56
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Send e-mail with PDF file

    Not sure how it can be executed without depressing send, but this code will ask if you want to send the emails. Hopefully this will prevent any more unwanted transmissions.

    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Is There A Way To Protect A Excel File That I Send To Someone through e-mail that will pre
    By jasontaylor85 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-08-2016, 12:02 AM
  2. [SOLVED] Send file attach in mail shortcut
    By MetteGaga in forum Excel General
    Replies: 3
    Last Post: 02-11-2016, 08:03 AM
  3. send mail do to date when file is opend
    By MetteGaga in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-23-2015, 05:12 AM
  4. Send file as e-mail via outlook
    By mic_bo in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-10-2014, 12:48 PM
  5. Replies: 1
    Last Post: 03-11-2014, 12:24 PM
  6. [SOLVED] How to attach file and send mail automatically
    By thuydo in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-27-2013, 03:50 AM
  7. Link to send file to an e-mail address
    By -PJ in forum Excel General
    Replies: 3
    Last Post: 02-02-2005, 11:06 AM

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