Hi All,
Today, without any main changes in my Workbook, I found out that one of my option doesn't work.
My function is filtering database basing on values from Data Validation, that's part of my code:
...
If Worksheets("MENU").CheckBoxes("CheckBox1").Value = 1 Then
Dim lngStart As...