Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Private Sub Combo9_Change()
Dim strList As String
If List7.RowSource = "" Then
strList = Combo9
Else
strList = List7.RowSource & "; " & Combo9
End If
List7.RowSource = strList
End Sub
List7.RowSource = "".