I've used Excel/VBA to create a number of websites:
There are two types of web pages that VBA can help with. Static and Dynamic. Static pages don't change and typically end with .htm or .html suffix. Dynamic web pages use a database to create the page and can change as soon as the data changes. In this case I've use ASP which is a form of VBA to retrieve data from a database and create the web page. |