Jeezan Ahmed
New Member
- Joined
- Mar 5, 2023
- Messages
- 1
- Office Version
- 2019
- Platform
- Windows
I need to create a VBA code for a user form which includes a Combo box a List Box and 3 Buttons. One button will be used to unload the User form and another button to add the data selected from the combo box to the next empty row in the list box and another button to add all the data populated in the List Box to the Excel worksheet. The combo box as well as the List box are Multi columned and they contain 3 columns.
The data to the Combo box needs to be added dynamically everytime the user form loads also the combo box needs to be able to auto complete.
The data to the Combo box needs to be added dynamically everytime the user form loads also the combo box needs to be able to auto complete.