Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() With my criteria i am selecting here entire rows after doing afte autofilter like this: Code ------------------- With ActiveSheet If .AutoFilterMode = False Then .Cells(1, 1).AutoFilter .Range("A1").AutoFilter Field:=4, Criteria1:="ZONE 3" '.Range("A1").CurrentRegion.Offset(1, 0).SpecialCells _ (xlCellTypeVisible).EntireRow.Select .AutoFilterMode = False End Wit ------------------- ....instead i need to select only cells of my Criteria field -- ilyaskaz ----------------------------------------------------------------------- ilyaskazi's Profile: http://www.excelforum.com/member.php...fo&userid=2396 View this thread: http://www.excelforum.com/showthread.php?threadid=48815 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
i want to highlight entire row when selecting a cell in that row | Excel Discussion (Misc queries) | |||
Use find to select entire rows with a cell with that value | Excel Worksheet Functions | |||
select list by selecting a cell | Excel Worksheet Functions | |||
Moving cursor to another cell w/out selecting entire area | Excel Discussion (Misc queries) | |||
Macro for selecting entire row from mouse cell selection | Excel Programming |