'filter column from a list on another sheet
Trying to filter column D on sheet1 with information in column A on sheet "Lg" but nothing seems to happen. I don't even get an error
Sub Filter()
'
' Filter Macro
'
'
Columns("D:D").Select 'in Sheet 1
Range("C1:C636").AdvancedFilter Action:=xlFilterInPlace, CriteriaRange:= _
Sheets("Lg").Columns("A:A"), Unique:=False
End Sub
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
