Hi,
I want my customers to download a workbook. I just put a link to the pdf file on my download page, but that just opens it instead of downloading and saving it to their hard drive. What do I need to do this?
You can do a ADO stream or alter the headers to force the download when a person clicks on it. There are a few ways to do this. It will vary on the scripting language (ASP, PHP, etc.) you are using.