![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Apr 2002
Location: Andy Devine
Posts: 106
|
hi i use the following quite successfully, however can it be modified so doesnot copy blank cells?
thanks Andy range_1 = (Range("a1").End(xlDown).Row) Range("w1:w" & range_1).AdvancedFilterAction:=xlFilterInPlace, Unique:=True
__________________
Andy Devine |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Specify a criteria. See the Excel Help topic for "Examples of advanced filter criteria".
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Apr 2002
Location: Andy Devine
Posts: 106
|
thanks for reply but there does not seem to be anything there that enables you to filter unique records in a range excluding blanks
unless any other ideas, i will use a work around (copy non-blank cells to another sheet then use filter unique records)
__________________
Andy Devine |
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Apr 2002
Location: Andy Devine
Posts: 106
|
thanks for reply but there does not seem to be anything there that enables you to filter unique records in a range excluding blanks
unless any other ideas, i will use a work around (copy non-blank cells to another sheet then use filter unique records)
__________________
Andy Devine |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|