LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default Filtering/Excluding Values

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help (Average excluding zero values) Mike Excel Discussion (Misc queries) 2 January 9th 10 09:10 PM
How calculate a MIN excluding the 0 values jimmy Excel Discussion (Misc queries) 5 September 10th 08 03:10 PM
Excluding Error Values Rod Behr Charts and Charting in Excel 1 May 24th 07 01:25 PM
Min Function Excluding Zero Values & More WeatherGuy Excel Worksheet Functions 8 January 1st 06 04:44 AM
excluding repeating values neda5 Excel Discussion (Misc queries) 2 July 10th 05 11:59 PM


All times are GMT +1. The time now is 01:21 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"