extension
Userform tools

WebView2 for Excel VBA

– A lightweight wrapper that exposes Microsoft Edge WebView2 on a UserForm, enabling HTML/JS UI, rendering, and two‑way communication with VBA. Effectively replaces the WebBrowser control.

Category: Userform tools
Host: github.com
GitHub: @tarboh
Platforms: Windows

Open on github.com

VBA objects this tool extends (6)

  • Excel — Using events with Excel objects
  • Excel — Using Excel worksheet functions in Visual Basic
  • Microsoft — Controlling One Microsoft Office Application from Another
  • Microsoft — Avg function (Microsoft Access SQL)
  • UserForm — Adding Controls to a UserForm
  • UserForm — Creating a UserForm

Alternative userform tools libraries (8)

  • Task Dialog — A huge amount of UI functionality from this 1 class, in a strictly dynamic and modular way. Great…
  • ucSimplePlayer — Simple video player user control.
  • ucWebView2 — WebView2 user control.
  • ucAniGifEx — Animated GIF user control.
  • Material UI — Make your userform feel modern with Material UI.
  • Easy EventListener — Consolidate all event handling of a userform into 1 callback.
  • Pseudo Control Arrays — Optimal means of Consolidating all event handling of a userform. Demonstrates usage of `ConnectToConnectionPoint` API. Also worth looking…
  • Modern UI Components — Custom modern looking controls.