Problem: link to excel on web

S

Shirley

I need to link or import an Excel spreadsheet published on web site. The
address is like: http://.../.../ExcelName.xls. It is not htm or html type,
and not an excel in local drive either. This site doesn't have security log
in. I tried to use normal link/import method, but it didn't work.

Any help is greatly appreciated!

Shirley
 
D

Douglas J. Steele

Access doesn't recognize the http protocol (nor the ftp protocol, for that
matter).

You'll need to download the file to a local drive and link to it that way.
 
Top