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.
ImageCombo1.ImageList = ImageList1
With ImageCombo1.ComboItems
.Add Text:="Text 1", Image:=1, SelImage:=2
.Add Text:="Text 2", Image:=2, SelImage:=1
End With