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.
[blue] Dim LBx As ListBox, idx As Long
Set LBx = Me![[purple][B][I]YourListboxName[/I][/B][/purple]]
For idx = 0 To LBx.ListCount - 1
LBx.Selected(idx) = True
Next
Set LBx = Nothing[/blue]