Alex has attended:
Excel VBA Intro Intermediate course
Putting Excel forms onto a website
Hi,
I'm trying to put an MS Excel form onto a webpage to enable searching a spreadsheet from the website and populating a webpage with the results.
Does anyone know if it is possible to place VBA code inside JavaScript/HTML in order to do this?
Thanks.
RE: Putting Excel forms onto a website
Hi Alex, thanks for your query. It won't be VBA code that you use to do this, it will be PHP and XML. Have a look here:
http://www.ibm.com/developerworks/opensource/library/os-phpexcel/
Hope this helps,
Anthony