Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 3.98 KB

File metadata and controls

24 lines (20 loc) · 3.98 KB

VBA UserForms Projects

This repository contains various VBA UserForms projects, each providing unique functionality for enhancing the interface of Excel applications.

English | Русский

Project Table

Status Project Description
1 🔒 Acardion Class for creating accordions (collapsible panels) for organizing content in a compact way demo
2 Anchors Class for dynamic anchoring of controls in Excel UserForms, allowing controls to adapt to form size changes demo
3 Button Class for creating enhanced buttons for UserForms with improved functionality and appearance demo
4 Calendar Class for creating calendars with date and time selection capabilities demo
5 🔒 ComboBox Class for creating enhanced combobox controls with improved functionality and appearance demo
6 Context-Menu Class for creating context menus in UserForms with customizable options and functionality demo
7 🔒 Icon Class for working with icons in VBA UserForms applications using Segoe MDL2 Assets font demo
8 Modern-Style Class for styling form controls, allowing creation of modern and attractive user interfaces demo
9 Multi-State-CheckBox Class for creating multi-state checkboxes with the ability to switch between multiple states demo
10 ProgressBar Class for creating progress bars to display task completion and status demo
11 Slider Class for creating sliders with the ability to configure range and step values demo
12 🔒 Spliter Library for creating splitters (dividers) between controls on a UserForm, allowing dynamic resizing of controls demo
13 🔒 Text-Area Class for creating multiline text fields with enhanced editing and text display functionality demo
14 TextBox-Masks Class for applying masks to text fields, ensuring correct data input in a specified format demo