Save Excel file in a Web Application?

A

Abe

Hello,

I am using VBA with Excel to make custom reports for a web
application. I would like to allow the user to save the
report to a special report results folder on the web
server. Is there any way to do this?

I have only one lead so far, and that is the XMLHTTP
object. I have seen code where I can read a text file
using that object, but not how to save one. I don't think
that method will work for saving, because it is treating
the text file like a web service.

Any ideas?
 
Top