Question...

  • Thread starter Thread starter skc
  • Start date Start date
S

skc

I have around 50 Excel .xls spreadsheets that need to be
put onto the web for people to see.

These spreadsheets can be categorised - i.e. Jan, Feb, Mar
etc...

How can I carry out the above in a web environment, as
currently I email people the sheets they are interested in.

Furthermore, I need a facility to update the site daily
through some kind of database - maybe I can hold an
Access2000 table that lists all the spreadsheets, create a
web form to update/delete the entries depending on
spreadsheets I want to add/take off.

Any ideas please?

skc
 
Depends on your users
If they all have Excel, just import the .xls file(s) into your web and create links to them

If they don't have Excel you can save as web page

To automate the process you could create some VBA to run periodically or use Excel as a database
See http://support.microsoft.com/default.aspx?scid=268948

--




| I have around 50 Excel .xls spreadsheets that need to be
| put onto the web for people to see.
|
| These spreadsheets can be categorised - i.e. Jan, Feb, Mar
| etc...
|
| How can I carry out the above in a web environment, as
| currently I email people the sheets they are interested in.
|
| Furthermore, I need a facility to update the site daily
| through some kind of database - maybe I can hold an
| Access2000 table that lists all the spreadsheets, create a
| web form to update/delete the entries depending on
| spreadsheets I want to add/take off.
|
| Any ideas please?
|
| skc
 
Back
Top