G
Guest
Arrrggg!!!
I have this code that worked PERFECTLY when I use it on a Label_Click but
it doesn't work when I copy it into a Listbox "Click".
I get the following error:
"Error 1004 - Autofilter Method of Range Class Failed"
Private Sub TestText_Click()
Call Reset_Filters
Worksheets("Open Issues").Range("OpenIssues").AutoFilter _
field:=4, _
Criteria1:="Gustavo"
Worksheets("Open Issues").Range("OpenIssues").AutoFilter _
field:=14, _
Criteria1:="="
End Sub
This is SO frustrating because it worked fine an Hour Ago, and if I copy it
to a label or text box, it works just fine.... Did I change a property
without knowing it?
I have this code that worked PERFECTLY when I use it on a Label_Click but
it doesn't work when I copy it into a Listbox "Click".
I get the following error:
"Error 1004 - Autofilter Method of Range Class Failed"
Private Sub TestText_Click()
Call Reset_Filters
Worksheets("Open Issues").Range("OpenIssues").AutoFilter _
field:=4, _
Criteria1:="Gustavo"
Worksheets("Open Issues").Range("OpenIssues").AutoFilter _
field:=14, _
Criteria1:="="
End Sub
This is SO frustrating because it worked fine an Hour Ago, and if I copy it
to a label or text box, it works just fine.... Did I change a property
without knowing it?