I wish for this macro to hide every rows whch contains "info" in colum
B, but when I push the button associated with it, all rows become
hidden. Any1 can help me with this?
ActiveSheet.Columns("B").Select
Selection.AutoFilter Field:=1, Criteria1:="info"
Selection.EntireRow.Hidden = Tru
--
Turquoise_da
-----------------------------------------------------------------------
Turquoise_dax's Profile:
http://www.excelforum.com/member.php...fo&userid=3518
View this thread:
http://www.excelforum.com/showthread.php?threadid=55366