Downloading files from the internet

  • Thread starter Thread starter Andrew Smith
  • Start date Start date
A

Andrew Smith

I want to write a VBA procedure to download a set of pdf files from a web
site. I'm not sure where to start with this, so would appreciate any
suggestions!

Thanks in advance.
 
http://www.mvps.org/access/modules/mdl0015.htm

You use FTP to get files.
It is actually pretty simple once you get the hang of it.
There are only about 20 commands or so.

The site above shows one way to code it in VBA.
(I used it in one of my apps and it works fine.)

You could also use a control (Inet?) from VB6 which makes it really simple.
 
Thanks - that's what I was looking for.

Joe Fallon said:
http://www.mvps.org/access/modules/mdl0015.htm

You use FTP to get files.
It is actually pretty simple once you get the hang of it.
There are only about 20 commands or so.

The site above shows one way to code it in VBA.
(I used it in one of my apps and it works fine.)

You could also use a control (Inet?) from VB6 which makes it really simple.
 

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

Back
Top