/XL_Toolbar

A Comprehensive Toolbar on a Userform in Excel

Primary LanguageVisual Basic 6.0GNU General Public License v3.0GPL-3.0

XL_Toolbar

A Cool Looking Toolbar On A Userform in Excel

GitHub GitHub release (latest by date) Github All Releases GitHub followers

Project started in january 2023.
This example shows how to implement a toolbar on a userform in excel.
We have a class Toolbar and a class ToolbarButton. On the Userform we have a Frame-control on the frame control we have some Image-controls working as buttons. The class ToolbarButton holds and manages the image-control and paints it due to the users mouse-actions. The class Toolbar just holds and manages the different ToolbarButtons.

You maybe also want to have a look at the menubar repo: XL_Menubar

XL_Toolbar Image