Hi guys,
I use following code to do a double filtering :
Private Sub Worksheet_Change(ByVal Target As Range)
Dim MyValue1 As Integer
Dim MyValue2 As Integer
MyValue1 = Sheets("x3").Range("dj1").Value
MyValue2 = Sheets("x3").Range("dk1").Value
Range("ct1:cv1100").Select...
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.