Auto download & save file to current desktop & open command

MarkReddell

Board Regular
Joined
Sep 1, 2011
Messages
210
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
Good Evening Excelers! I need anyone downloading my excel file from email to AUTO DOWNLOAD & SAVE FILE TO CURRENT DESKTOP w/ current file name & OPEN COMMAND? Is this possible? Thanks 4 any help! :confused::confused::confused:
 
Last edited:

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
.
https://www.extendoffice.com/docume...auto-download-save-attachments-to-folder.html

https://topbullets.com/2016/10/01/a...ail-attachment-code-in-vba-by-topbullets-com/

https://stackoverflow.com/questions...-attachment-from-email-automatically-to-excel


The above references are all related to the user having Outlook as their primary email package.


If you are speaking in terms of a User having YAHOO, GMAIL, etc. .... the approach I would use is to have them
save the file to the desktop, and create your own "installation wrapper" that will auto open/run the workbook.
You can use VBA to accomplish the task ... or ... there are commercial and a few freebie packages on the internet
that are available.

If you want to create your own "installation wrapper" consider using VBScript. Lots of examples on the internet.

I believe Microsoft also has a freebie MSI installer package available.
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top