Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Below is an example of a range object: --- Set r = ws.Range("A1").CurrentRegion With r .AutoFilter 13, "NZzzM", xlAnd Set rv = .Offset(1).SpecialCells(xlCellTypeVisible) End With --- By using 2 objects, it makes object range autofilter methods easier. Pascal Baro |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help (Average excluding zero values) | Excel Discussion (Misc queries) | |||
How calculate a MIN excluding the 0 values | Excel Discussion (Misc queries) | |||
Excluding Error Values | Charts and Charting in Excel | |||
Min Function Excluding Zero Values & More | Excel Worksheet Functions | |||
excluding repeating values | Excel Discussion (Misc queries) |