By using expertatexcel.com you agree to our cookie policy, We and our partners operate globally and use cookies, for multiple purposes

Become an Σxpert at Σxcel.com

 


Create Dynamic Web Pages via ASP which is VBA

I've used Excel/VBA to create a number of websites:
  • http://Listi.net
  • http://Islanders.e4hf.com
  • A number of dashboards
  • Excel Diet

    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.

  •