VBA ListBox Properties helps us to perform different tasks to deal with ListBox object control. For example, we can sets the backcolor or back ground or align etc properties of the ListBox .Explore the various Properties and examples on Excel VBA ListBox control properties using side navigation. Below are the most frequently used Excel VBA ListBox Properties.
Excel VBA ListBox Properties:
- BackColor: To sets the back color of ListBox control.
- BorderStyle: To sets the border style of ListBox control.
- Height: To sets the height of the ListBox control.
- Left: To sets the left position of the ListBox control.
- MultiSelect: To select single or multiple list Items of ListBox Control.
- TextAlign: To Align the ListBox list items.
- Top: To sets the top position of the ListBox Control.
- Width: To sets the width of the ListBox control.