pmover
Mechanical
- Sep 7, 2001
- 1,507
All,
sometimes people are forgetful...
a run time error 1004, autofilter method of range class failed is received.
i believe that the error problem is due to not referencing the correct library. does anyone have any recommendations as to the correct reference library to refer to or other suggestions?
The following code is attached to an activex combination box, placed in a worksheet named Sheet1.
This code works for other pc's, but not this one.
Appreciate your suggestions/recommendations.
Private Sub EquipmentDescription_Change()
Selection.AutoFilter Field:=1, Criteria1:="X"
End Sub
-pmover
sometimes people are forgetful...
a run time error 1004, autofilter method of range class failed is received.
i believe that the error problem is due to not referencing the correct library. does anyone have any recommendations as to the correct reference library to refer to or other suggestions?
The following code is attached to an activex combination box, placed in a worksheet named Sheet1.
This code works for other pc's, but not this one.
Appreciate your suggestions/recommendations.
Private Sub EquipmentDescription_Change()
Selection.AutoFilter Field:=1, Criteria1:="X"
End Sub
-pmover