• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. ThrottleWorks

    Get filenames from a folder

    Hi @Hui sir, thanks a lot for the help. It is working great ! Have a nice day ahead. :)
  2. ThrottleWorks

    Get filenames from a folder

    Hi, I am using below mentioned code to get filenames from a folder. However, I am facing a bug at ‘With Application.FileSearch’ line. The code is copied from ‘https://www.automateexcel.com/vba/list-all-files/’. Can anyone please help me in this...
  3. ThrottleWorks

    How to save e-mail as PDF with excel VBA

    Hi, I am facing one issue with this code. Code is not able to retrieve and export archive e-mail. Can anyone please help in this. How do I retrieve archive e-mail.
  4. ThrottleWorks

    Not able to add “CustomDocumentProperties.Add Name’ in word document with Excel VBA

    Hi @macropod thanks a lot for the help. Have a nice day ahead. :)
  5. ThrottleWorks

    Not able to add “CustomDocumentProperties.Add Name’ in word document with Excel VBA

    Hi @Chihiro sir, thanks a lot for the help. Am checking this and will revert with details. Have a nice day ahead. :)
  6. ThrottleWorks

    How to save e-mail as PDF with excel VBA

    Hi @vletm sir, thanks for the help. I checked my Outlook but could not see export to PDF option. Also, I need to apply few rules before exporting e-mails hence this needs to be done by macro only. Have a nice day ahead. :)
  7. ThrottleWorks

    Not able to add “CustomDocumentProperties.Add Name’ in word document with Excel VBA

    Hi, I am using below mentioned code to add “CustomDocumentProperties.Add Name”. My code is skipping “objWordApp.ActiveDocument.CustomDocumentProperties.Add Name:="YourName", LinkToContent:=False, Value:="thename", _ Type:=msoPropertyTypeString” line. As soon as code hits this line, macro...
  8. ThrottleWorks

    How to save e-mail as PDF with excel VBA

    Hi @vletm sir, thanks for the help. My requirement is still the same. Get e-mail to PDF. However I was not able to do it with coding. Hence, now I trying to convert e-mail to WORD and then WORD to PDF. Have a nice day ahead. :)
  9. ThrottleWorks

    How to save e-mail as PDF with excel VBA

    Hi @vletm sir, thanks for the help. I was not able to convert e-mail to PDF hence trying to convert e-mail to word, then converting word to PDF. Now I am converting e-mails to PDF in one module then trying to convert these saved word documents to PDF. I am aware this is not efficient but could...
  10. ThrottleWorks

    How to save e-mail as PDF with excel VBA

    Hi, This code seems to be working for me. Still lot of editing is required. But I guess this will work. Thanks for the help. Option Explicit 'https://stackoverflow.com/questions/51655911/export-outlook-email-as-pdf Sub Test_1() Application.ScreenUpdating = False...
  11. ThrottleWorks

    How to save e-mail as PDF with excel VBA

    1) Hi @vletm sir, no, it is not cross posted by me. Else I would have informed in original post. 2) Yes, have tested with original name, but facing same issue. 3) Fixed file name is for testing purpose. Original macro has real path and real file name but macro is not saving even single file...
  12. ThrottleWorks

    How to save e-mail as PDF with excel VBA

    Hi, I am trying to export word document to pdf with below code. The code runs without any error but file is not saved at the path. I tried halting this code after word file is generated and recorded file exporting task in word file. Copied same part and trying in excel but no success. Can...
  13. ThrottleWorks

    How to save e-mail as PDF with excel VBA

    Hi @vletm sir, thanks for the help. I am getting unique values for all the 8 times. Infact all the MHT files are saved with correct names. Have a nice day ahead. :)
  14. ThrottleWorks

    How to save e-mail as PDF with excel VBA

    Hi, I am using below mentioned code. This code is exporting only first e-mail from the loop. I am able to generate summary for all the e-mails from the folder. Even MHT files are getting saved correctly. For example, I have 8 e-mails in the folder. My list is getting updated for all the 8...
  15. ThrottleWorks

    How to save e-mail as PDF with excel VBA

    Hi @vletm sir, my apologies, have a nice day ahead. :)
  16. ThrottleWorks

    How to get nearest deadline

    Hi @p45cal sir, thanks a lot for the help. Have a nice day ahead. :)
  17. ThrottleWorks

    How to get nearest deadline

    Hi, Please see attached file for details. Thanks. Can anyone please help me in this.
  18. ThrottleWorks

    How to save e-mail as PDF with excel VBA

    Hi @vletm sir, If we change To:=0 to To:=1 or any other number than 0 Then I am getting below bug 'The remote server machine does not exist or is unavailable’ Please note, even if we do not do any change to line ‘To:=0’ First fille is getting saved in the folder without any problem. However I...
  19. ThrottleWorks

    How to save e-mail as PDF with excel VBA

    Hi @vletm sir, Thanks a lot for the help. Please give me some time to revert. Have a nice day ahead. :)
Back
Top