extension
Userform tools

VBA-UserForm-MouseScroll

VBA objects this tool extends (5)

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.

More from @cristianbuse (6)

  • VBA-FastJSON — Fast, cross-platform, native json parser and serializer. Memory efficient (non-recursive), RFC 8259 compliant, UTF8 support
  • Excel-ZipTools — Parse, read, and extract data from, Zip files. Written in pure vba.
  • VBA-FastDictionary — Fast, cross-platform, native Dictionary. Replacement for scripting dictionary.
  • VBA-SafeTimer — Reliable, no-crash timer for VBA. Code can be debugged and stopped safely. Works with or without…
  • VBA-MemoryTools — Provides an ultra-fast, copy memory alternative.
  • VBA state-loss callback — A crash free detector for VBA state-loss. State loss can occur when: Someone clicks `end` in…