Can excel download files?

E

elbalazo

I have a client who is having their customer's emails sent to a dat
file residing on his server. Is there a way to make Excel download thi
file at intervals from the server? Is there a helper utility out ther
that does this
 
H

Harlan Grove

elbalazo > said:
I have a client who is having their customer's emails sent to a data
file residing on his server. Is there a way to make Excel download this
file at intervals from the server? Is there a helper utility out there
that does this?

What kind or server? File server? Web server? If a file server, it'd be a
LOT simpler to Windows Scheduler to copy the file. Create a shortcut that
runs a console command like

%COMSPEC% /c copy X:\Y\Z\foo.file C:\downloads

Launch Windows Explorer, open the Scheduled Tasks folder, double click on
the Add Scheduled Task entry, then enter this shortcut as the program to
run, and specify how frequently to run it.

This is MUCH easier and likely more robust than anything you could do with
Excel to perform the same task.

If the file is on a web server, same idea but you'd need to use either an
ftp script or something like a wget command.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top