У нас вы можете посмотреть бесплатно I Pushed VBA to the Limit with This Inventory Software! или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
👉 Want to write real-world VBA code? Check out my Effective Excel VBA Course: https://bit.ly/3XTnIm8 👉 Looking for the source code for this video? Download it here: https://shorturl.at/lp3Jf Subscribe to the channel here: https://bit.ly/36hpTCY I Pushed VBA to the Limit with This Inventory Software! 🔥 I built an Inventory Management System in Excel VBA, and to make it truly powerful, I went beyond the standard toolbox. I created custom VBA controls — including a Date Picker, a Modern ListBox, and a Modern Menu — packed with features you simply can’t get from the default Excel forms. 👉 In this video, you’ll see: ✅ Real-time data search with a dynamic listbox ✅ Fully custom date picker control ✅ Smooth, modern navigation menu ✅ Easy to add and view customers. ✅ Fast and clean user experience – no lag, no clutter 🧠 Everything was built entirely in Excel VBA. No add-ins. No external tools. Just pure code and creativity. Useful VBA Shortcut Keys ======================== Debugging: Compile the code: Alt + D + L OR Alt + D + Enter Run the code from the current sub: F5 Step into the code line by line: F8 Add a breakpoint to pause the code: F9 or click in the left margin Windows: View the Immediate Window: Ctrl + G View the Watch Window: Alt + V + H View the Properties Window: F4 Switch between Excel and the VBA Editor: Alt + F11 View the Project Explorer Window: Ctrl + R Writing Code: Search keyword under cursor: Ctrl + F3 Search the word last searched for: F3 Autocomplete word: Ctrl + Space Get the definition of the item under the cursor: Shift + F2 Go to the last cursor position: Ctrl + Shift + F2 Get the current region on a worksheet: Ctrl + Shift + 8 or Ctrl + * To move lines of code to the right(Indent): Tab To move lines of code to the left(Outdent): Shift + Tab Delete a Line: Ctrl + Y (note: this clears the clipboard) 00:00 Introduction 00:48 The Inventory Software 02:33 Installing the Modern Menu control 03:45 How to use the Modern Menu control 07:33 Installing the Modern Listbox 13:20 Handling the menu click 17:01 Add New Customers 25:06 Add the Data Picker