How do I create a workbook so users on a website can edit and add.

  • Thread starter Excel order taker
  • Start date
T

Thomas A. Rowe

You really need to look at using Access and not Excel. Excel is a single user file format, where as
Access is a multi-user database format.

Also there is a lot more involved in doing e-commerce on a web site then just having users complete
a form, etc. Suggest you consider a shopping cart application based on whatever scripting language
is supported by your web host or look at using PayPal.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
A

Andrew Murray

use the Excel plug in in Web compoents > advanced....there's an activeX control.
but this requires

1) people to have ActiveX on
2) to have Excel installed.
 
Top