waynewalker
New Member
I am selecting a worksheet and then turning on the AutoFilter. I am then filtering the column on the specific number highlighted in red below.
What I would like to do is replace that specific number with a named range. Is that possible?
__________________________________________________________________
What I would like to do is replace that specific number with a named range. Is that possible?
Code:
Sheets("MSO").Select
Range("E6").Select
ActiveSheet.AutoFilterMode = False
Selection.AutoFilter
ActiveSheet.ListObjects("MSO").Range.AutoFilter Field:=6, Criteria1:= _
[COLOR=#ff0000]"5303030"[/COLOR]
Range("MSO[[Column2]:[Column2]]").Select
Selection.Copy
Mod edit : thread moved to appropriate forum !
Last edited by a moderator: