• 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

    How to save e-mail as PDF with excel VBA

    Hi, Can anyone please help me in this.
  2. ThrottleWorks

    How to save e-mail as PDF with excel VBA

    Hi, Please see attached file for code.
  3. ThrottleWorks

    How to save e-mail as PDF with excel VBA

    Hi, I am getting below mentioned error while running this code. Can anyone please help me in this. Run time error 462 The remote server machine does not exist or is unavailable Bug is appearing at below line. “wrdApp.ActiveDocument.ExportAsFixedFormat OutputFileName” This line is in the...
  4. ThrottleWorks

    How to save e-mail as PDF with excel VBA

    Hi, Can anyone help me in this please.
  5. ThrottleWorks

    How to save e-mail as PDF with excel VBA

    Hi, The code at below mentioned link works perfectly with plain text e-mail. https://www.msoutlook.info/question/saving-emails-as-pdf-files However, for e-mail containing screenshot, pictures and tables. Entire content is not exported to PDF. Pictures or screenshots are cropped from right...
  6. ThrottleWorks

    How to open each file from a folder

    Hi @Chihiro sir, it is working great now. Issue was occurring due system issue. Have a nice day ahead. :)
  7. ThrottleWorks

    How to save e-mail as PDF with excel VBA

    Hi @Deepak sir, issue is resolved. Solution found in below post (of mine :) ) https://chandoo.org/forum/threads/outlook-email-export-to-excel-getting-errror.26972/#post-161291 Thanks. The code at the link suggested by you is working great. Thanks a lot.
  8. ThrottleWorks

    How to save e-mail as PDF with excel VBA

    Hi @Deepak sir. I am getting error at below line. Could you please help if you get time. Set MyOlNamespace = Application.GetNamespace("MAPI") Object does not support this property method. I have clicked on all the required references.
  9. ThrottleWorks

    How to export each worksheet from a excel file to PDF

    Hi @Kenneth Hobson sir, thanks a lot for the help. It is working great. Have a nice day ahead. :)
  10. ThrottleWorks

    How to export each worksheet from a excel file to PDF

    Hi @Kenneth Hobson sir, thanks a lot for the help. I am checking this and will revert with details. Have a nice day ahead. :)
  11. ThrottleWorks

    How to save e-mail as PDF with excel VBA

    Hi @Deepak sir, how are you ! Thanks a lot for the help. Am checking this and will revert with details. Good night. :)
  12. ThrottleWorks

    How to open each file from a folder

    Hi @Chihiro sir, thanks a lot for the help. I tried somewhat similar code. I copied code from Google. But somehow code is opening only XLSM file and skipping 97-2003 workbook. Please give me sometime to check and revert. Have a nice day ahead. :)
  13. ThrottleWorks

    How to save e-mail as PDF with excel VBA

    Hi, I need to export e-mail as PDF and save. User has shared Outlook. In one of the shared account he will have one particular folder. This folder might have n number of e-mails, let us say 500. From this 500, I need to export each e-mail as PDF and save. One more condition is, if the subject...
  14. ThrottleWorks

    How to export each worksheet from a excel file to PDF

    Hi, I have one excel file. This file may have n number of worksheets. For example, 50. Out of these there will be 4 pre-defined worksheets. I need to exclude these 4 worksheets and export remaining 46 worksheets as PDF files. So I will have 46 different PDF files saved from one file. Let us...
  15. ThrottleWorks

    How to open each file from a folder

    Hi, I have a folder. This folder will have excel file with different extensions. XLS, XLSM or XLSB. Files can be of any excel extension. How do I open each file from the folder. Can anyone please help me in this.
  16. ThrottleWorks

    CountIfs for more than 70,000 rows

    Hi @Chihiro sir, thanks a lot for the help. Analystcave is really good site. Have a nice day ahead. :)
  17. ThrottleWorks

    CountIfs for more than 70,000 rows

    Hi @vletm sir, sorry for late reply. You are correct. Thanks for the help. Have a nice day ahead. :)
  18. ThrottleWorks

    CountIfs for more than 70,000 rows

    Hi @Chihiro sir, you are :awesome: It is working great. Please give me some time to understand your code. There is no Ya and Su. No formula. You are just awesome. Thanks a lot sir. Have a nice day ahead. :) Sir, please correct me if I am wrong, it seems ("Scripting.Dictionary") is really...
  19. ThrottleWorks

    CountIfs for more than 70,000 rows

    Hi @Chihiro sir, thanks a lot for the help. Please give me some time to check. I will revert shortly. :)
  20. ThrottleWorks

    CountIfs for more than 70,000 rows

    Hi @Chihiro sir, thanks for the help. Below combinations are possible in data. Other than this there are no different values. Combination Ya Ac Ya Dc Su Ac Su Dc Please note, I have used same number of characters and spacing in dummy value. So pattern of original data will be same as above.
  21. ThrottleWorks

    CountIfs for more than 70,000 rows

    Hi @vletm sir, thanks for the help. Strangely machine completes the loop within 40 minutes. However while applying formula machine gets hang. And I can not wait for 40 minutes to get the loop complete. But at present I do not know how to make it faster. I am sorry, did not understand No...
  22. ThrottleWorks

    CountIfs for more than 70,000 rows

    Hi @vletm sir, thanks for the help. I am not able to apply formula at one go. My machine gets hanged. Hence I am trying loop. Have a nice day ahead. :)
  23. ThrottleWorks

    CountIfs for more than 70,000 rows

    Hi @Chihiro sir, yes, you are correct. Sorry for making it lengthy for you.
  24. ThrottleWorks

    CountIfs for more than 70,000 rows

    Hi @Chihiro please see below details if you get time. Original formula is as below “=IF(AND(COUNTIFS(B:B,B2,J:J,"Ya*")>0,COUNTIFS(B:B,B2,J:J,"Su*")>0),"Bike","Car")” B = Concat, this is a concat of three values, example = “11W1A1EURNot found” J has values starting with Ya and Su. We can say...
  25. ThrottleWorks

    CountIfs for more than 70,000 rows

    Yes @Chihiro Really sorry for delay. Please give me some time for details. Data is at different machine (different floor) hence it is taking time for me. Thanks a lot for the help. :)
Back
Top