Thread
:
Having trouble creating a multiple selection drop down list, even after checking other threads
View Single Post
12-14-2020, 03:33 PM
gmaxey
Windows 10
Office 2016
Expert
Join Date: May 2010
Location: Brasstown, NC
Posts: 1,339
Sub PopBox()
With ListBox1
.Clear
.MultiSelect = fmMultiSelectMulti
.AddItem "A"
.AddItem "B"
.AddItem "C"
End With
End Sub
__________________
Greg Maxey
Please visit my web site at
http://www.gregmaxey.com/
gmaxey
View Public Profile
Send a private message to gmaxey
Find all posts by gmaxey