Add this code after the code which opens your report.
Dim intCount As Integer
For intCount = 0 To MyList.ListCount - 1
If MyList.Selected(intCount) = True Then
MyList.Selected(intCount) = False
End If
Next
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.