excel from the web

P

peter

Hi,
Can a macro driven (or any) excel xls be loaded onto a web
server, called from a java script (or any other way) and
run such that the changes made on the sheet will save back
to the calling sheet. Are there third party products that
will aid in this project.

I have written a production logging ss that needs to be
accessed by various branches using our intranet. Various
people will log in make changes and SAVE.

If this is not the right approach, I can put it on our
terminal server.

thanks
peter
 
I

irubin

Hello Peter,

Why not use CGI to collect the data and store it in a central database
or flat file.

Excel can query for the data and retrieve the results via another CGI
that will spit out the collected information directly to your sheet.

This article can help with the latter portion of the method:

http://tinyurl.com/jym4

Regards,

Roy

Posted By ExcelTip.com Newsgroup Forum
Microsoft Excel Tips and Tricks at http://www.exceltip.com/
 

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