Create Multi-checkbox dropdown lists

preview_player
Показать описание
In this video, I'll guide you through multiple methods to create a drop-down checklist in Excel. You'll learn about creating a drop-down checklist using the ActiveX Controls option and adding an interactive button with VBA to extract the result. Creating a drop-down checklist is an efficient way to collect data for project tasks, survey responses, or any other situation where you need to collect multiple choices from users. With practical examples and step-by-step instructions, you can effortlessly make a drop-down checklist in your Excel spreadsheets.

👨‍🏫 Instructor: Zehad Rian Jim
🎥 Editor: Prantik Chowdhury

✨ ⯆ Resources:
Alt+F11 - To open the Visual Basic
Ctrl+B - To make text bold

▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬
0:27 - Enabling Developer Tab
0:50 - Using ActiveX Controls to make a drop-down checklist
2:21 - Adding the output as Named Range
3:16 - Inserting button to assign the Macro
4:01 - Inserting VBA code into the Module
8:43 - Saving the workbook in the .xlsm extension

📚 ⯆ DOWNLOAD the workbook here:

🌍 ⯆ Checkout the article here:

💻 ⯆ Similar Videos:

🚩 Stay connected with us on social media for more Excel tips and tricks!

🙋‍♂️ Stuck with an Excel formula or a VBA code? You can post your questions or upload your Excel file to get in touch with the professionals and get the solution you need.

👉 If you found this video helpful, don't forget to subscribe to our channel for more Excel tutorials, tips, and tricks! Hit the subscribe button and turn on notifications, so you never miss an upload. By subscribing, you'll be supporting our channel and helping us to reach more people who can benefit from our content. Thank you for watching, and we'll see you in the next video!

🔔 ⯆ Subscribe on YouTube:
#excel #exceltutorial #exceltips #exceltricks
Рекомендации по теме
Комментарии
Автор

Hi, to me the VBA code is not working and, clicking several times, it get stuck at line
resultStr =
Range("CheckListOutput") = Mid(listOption, 1, Len(listOption) - 1)
I double checked all names are kept consistent as indicated.
Any idea why this happens?

claudiasgiarovello
Автор

Hi, if i want to use single option. It doesnt work

jenniferalmeida
Автор

Hi there, I have a small issue. When I select the names, they don't pop up as "blue, " and if I hit the interactive button, it does nothing. Then I tried double-clicking on the names; they still didn't turn blue, but using the interactive button, they inserted the names. Cant you find a solution to fix this?! Do you have any idea?

lucianabueno
Автор

Hi sir, could you please provide the code for clearing the checkbox from checklist. Thanks in advance.

Tan_Rainbow
Автор

Declaring more than one Variable on a single line.
Like M, N as integer only declares the last variable as an integer.
the other ones will be declared as an variant.

danp
Автор

I can't find the properties of the listbox, where can I open them?

dimitopalidis
Автор

Please confirm which video provides details on how to get the code!

kim
Автор

hi is it possible to make the checkbox dynamic based on a criteria? for example if I select region as south, I want to display a list of checkboxed consiting of states that are in the south region. the list should change when I select another region

RanjithGaneshcv