Update website with live Excel data

J

jeffbg123

Hey,

I have a spreadsheet that I want to share with people across the
country. The spreadsheet updates live. Is there a way I can
automatically update a website to show the values? It doesnt have to
be fancy or anything, I just want 5 values automatically updated on a
website. Preferably live updates, but if I need to refresh that is ok.

What is the easiest and simplest way to design this?

Thanks
-Jeff
 
M

Malone

Hey,

I have a spreadsheet that I want to share with people across the
country. The spreadsheet updates live. Is there a way I can
automatically update a website to show the values? It doesnt have to
be fancy or anything, I just want 5 values automatically updated on a
website. Preferably live updates, but if I need to refresh that is ok.

What is the easiest and simplest way to design this?

Thanks
-Jeff

I use VBA to write a small javascript file (.js) containing the updated
variables and then ftp it up to my web server. My web page then gets the
new variables from the javascript file.
 

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