extension
Userform tools

Trick’s Timer

If you need to run a piece of code continuously and don't have access to `Application.OnTime` (and/or you need to run it faster than once per second), this is the class for you! Also check out the [forum post](https://www.vbforums.com/showthread.php?875635-VB6-VBA-Timer-class) for more information. Limitation: Requires a modal form.

Category: Userform tools
Host: github.com
GitHub: @thetrik
Platforms: Windows
Office apps: All Office apps

Open on github.com

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.