ThrottleWorks
Excel Ninja
Hi,
I am running a macro from Excel.
This macro involves working with Excel, Word, PDF and Outlook.
In short, my macro is exporting e-mails to PDF.
Please see below link for your reference.
https://chandoo.org/forum/threads/how-to-save-e-mail-as-pdf-with-excel-vba.40703/
Macro takes time to complete the entire operation, minimum 1 minute if there is even single e-mail to export.
Please note, if for one e-mail if macro takes 1 minute then it does not mean for 6 e-mails it will take 6 minutes.
Macro might take less than 6 minutes or more than 6 minutes but usually more than 6 minutes to export 6 different e-mails.
But it is certainly slow.
My query is, will it be possible to run this macro in background so user can work on at least Outlook and Excel simultaneously.
So, at the same time, macro will be running and user will be working manually on e-mails or preparing report manually in excel.
What do I need to change in my code. Will it be possible.
Can anyone please help me this.
I am running a macro from Excel.
This macro involves working with Excel, Word, PDF and Outlook.
In short, my macro is exporting e-mails to PDF.
Please see below link for your reference.
https://chandoo.org/forum/threads/how-to-save-e-mail-as-pdf-with-excel-vba.40703/
Macro takes time to complete the entire operation, minimum 1 minute if there is even single e-mail to export.
Please note, if for one e-mail if macro takes 1 minute then it does not mean for 6 e-mails it will take 6 minutes.
Macro might take less than 6 minutes or more than 6 minutes but usually more than 6 minutes to export 6 different e-mails.
But it is certainly slow.
My query is, will it be possible to run this macro in background so user can work on at least Outlook and Excel simultaneously.
So, at the same time, macro will be running and user will be working manually on e-mails or preparing report manually in excel.
What do I need to change in my code. Will it be possible.
Can anyone please help me this.