Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello.,
When I try to extract data from sheet like this A B C .... M 9 145 a1 10 145 abc 11 146 def 12 146 hij With ActiveSheet lLastRow = .Cells.SpecialCells(xlCellTypeLastCell).Row Set rng = Range("A1", Cells(lLastRow, "M")) rng.AutoFilter field:=2, Criteria1:="146", VisibleDropDown:=False rng.SpecialCells(xlCellTypeVisible).Copy End With The range include one row of '145', how can I ignore it, the sheet comes without header but even with header the extracted data come with the header line. Thankes Roni Peled |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
PROBLEM WITH AUTOFILTER | New Users to Excel | |||
AutoFilter VBA Problem | Excel Discussion (Misc queries) | |||
autofilter problem | New Users to Excel | |||
Autofilter problem | Excel Worksheet Functions | |||
AutoFilter Problem | Excel Programming |