LV2 LiteView2
Try LiteView2
What You Can Build

What VBA Developers Build With LiteView2

Real HTML5 components running inside Access forms and Excel UserForms — powered by VBA.

LiteView2 embeds a full Chromium browser inside your application. Any web component that runs in a browser can run inside Access or Excel. Here are the most common things VBA developers build with it.

1. Embed TinyMCE or Quill Into Access and Excel

The Problem

The default RichTextBox control is limited — no image support, no formatting toolbar, no HTML output. Access forms that need formatted notes, case descriptions, email composition, or document content have no good native option.

The Solution

LiteView2 loads TinyMCE or Quill inside a form frame. Your VBA code reads and writes the formatted HTML content with a single method call. The editor looks and behaves like a modern web editor — because it is one.

Typical Applications

Customer Notes CRM Systems Recruitment Software Case Management Systems Email Composition Tools

2. Build Chart.js, D3.js, or Highcharts Dashboards Inside VBA

The Problem

Access forms and Excel UserForms can display static charts. They can't display animated, interactive, filterable charts with tooltips, zooming, and real-time data updates.

The Solution

LiteView2 embeds any JavaScript charting library. Your VBA code pushes DAO recordset data or Excel range data directly into the page — no server, no API, no CSV export. The charts update when your data changes.

Typical Applications

KPI Dashboards Sales Analytics Business Reporting Operational Monitoring Executive Summaries

3. Drop AG Grid Into a VBA UserForm

The Problem

ListViews and DataGrids in VBA handle hundreds of rows. AG Grid handles hundreds of thousands — with sorting, filtering, column pinning, cell editing, and row grouping that VBA controls can't replicate.

The Solution

LiteView2 loads AG Grid inside an Access frame or Excel UserForm. You push data from VBA, the grid handles the display. Cell edits come back to VBA through the message bridge.

Typical Applications

Inventory Management Customer Databases Order Management Reporting Screens Operational Dashboards

4. Display PDFs Inside Access and Excel With PDF.js

The Problem

VBA applications that need to display PDFs typically shell out to Acrobat or open a separate window. There's no way to embed a PDF viewer inside a form.

The Solution

LiteView2 loads PDF.js inside a form frame. Pass a file path from VBA — the PDF renders inline, no Acrobat dependency, no external window.

Typical Applications

Contract Management Invoice Display Technical Documentation Viewers Internal Report Centers

5. Host an AI Chat Interface Inside a VBA Application

The Problem

Adding AI capability to a VBA application meant building a .NET wrapper or calling the API from VBA string handling. Neither approach produces a usable chat UI.

The Solution

LiteView2 loads a ChatGPT-style HTML interface inside an Access form. VBA passes the API key and initial context. The chat runs in the page — responses come back to VBA through the message bridge.

Typical Applications

Knowledge Base Assistants Internal Help Desks Customer Service Interfaces Data Query Assistants

6. Render HTML Reports and Invoices From VBA Data

The Problem

Access reports and Excel print layouts are hard to style. Complex layouts — invoices, proposals, certificates — require workarounds or third-party tools.

The Solution

LiteView2 renders any HTML template inside VBA. Populate the template with VBA string substitution or JSON, display it inside a form, and print to PDF with one method call.

Typical Applications

Invoice Generation Quote and Proposal Output Certificate Printing Compliance Reports Field Service Reports

7. Replace Access Forms With Modern HTML5 Interfaces

The Problem

Access forms look like they were designed in 2003. They were. For client-facing applications or modern organizations, the dated UI is a problem.

The Solution

LiteView2 loads a polished HTML5 interface inside an Access frame. The HTML talks to VBA through the message bridge — button clicks, form submissions, and data updates all route through your existing VBA logic.

Typical Applications

CRM Systems Field Operations Software Customer Portals Scheduling Applications Internal Admin Tools

8. Embed Leaflet or Google Maps Into Access and Excel

The Problem

Showing addresses, territories, or delivery routes on a map requires leaving the application. There's no native map control for Access or Excel.

The Solution

LiteView2 loads Leaflet, Google Maps, or Bing Maps inside a form frame. Pass address data from Access tables — the map plots and highlights the results inline.

Typical Applications

Field Operations Delivery Management Territory Planning Site Inspection Tools Property Management

9. Build Multi-Screen Interfaces Inside a Single VBA Form

The Problem

Complex VBA applications use many forms for navigation — each form is a new window, adding visual complexity and state management headaches.

The Solution

LiteView2 hosts a single-page application shell inside one form frame. All navigation happens inside the HTML, with VBA handling data reads and writes. One form, many screens.

Typical Applications

Multi-Tab Admin Panels Wizard-Style Data Entry Dashboard + Detail View Applications Step-by-Step Workflow Tools

All demos ship in the trial package.

Download and run them in Access or Excel in 5 minutes.

Download Free 30-Day Trial → View full API reference