GTK-PM
Thành viên thường trực
- Tham gia
- 10/11/13
- Bài viết
- 313
- Được thích
- 15
Sub TIMKIEM()
' TIMKIEM Macro
Selection.AutoFilter
Range("C12").Select
ActiveSheet.Range("$A$12:$G$2357").AutoFilter Field:=2, Criteria1:=Array(PK36.Cells(2, 2).Value, PK36.Cells(3, 2).Value, PK36.Cells(4, 2), PK36.Cells(5, 2).Value, PK36.Cells(6, 2).Value, PK36.Cells(7, 2).Value, PK36.Cells(7, 2).Value, PK36.Cells(8, 2).Value, PK36.Cells(9, 2).Value, PK36.Cells(10, 2).Value), Operator:=xlFilterValues
End Sub
Em muốn lọc các điều kiện từ B2:B11 của dữ liệu từ hàng B13: B1313 nhờ anh chị sửa giúp em đoạn code trên để tạo bộ lọc theo điều kiện ạ.
' TIMKIEM Macro
Selection.AutoFilter
Range("C12").Select
ActiveSheet.Range("$A$12:$G$2357").AutoFilter Field:=2, Criteria1:=Array(PK36.Cells(2, 2).Value, PK36.Cells(3, 2).Value, PK36.Cells(4, 2), PK36.Cells(5, 2).Value, PK36.Cells(6, 2).Value, PK36.Cells(7, 2).Value, PK36.Cells(7, 2).Value, PK36.Cells(8, 2).Value, PK36.Cells(9, 2).Value, PK36.Cells(10, 2).Value), Operator:=xlFilterValues
End Sub
Em muốn lọc các điều kiện từ B2:B11 của dữ liệu từ hàng B13: B1313 nhờ anh chị sửa giúp em đoạn code trên để tạo bộ lọc theo điều kiện ạ.