Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sort of a re-post:
Am looking to automatically extract unique values when anything in the source list changes. Have placed the following code at the Worksheet level, but it returns the error msg "Method 'Range' of Object 'Worksheet" failed" . Can anyone assist? Thanx in advance. - Mike Private Sub Worksheet_Change(ByVal Target As Range) Dim APL As IRange Range("APL").AdvancedFilter Action:=xlFilterCopy, CopyToRange:=Range( _ "Ae1"), Unique:=True End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Extract unique data | Excel Discussion (Misc queries) | |||
Extract unique data across columns in a row. | Excel Discussion (Misc queries) | |||
Extract Rows for UNIQUE and MAX | Excel Worksheet Functions | |||
Extract Rows Unique to Two Sheets | Excel Discussion (Misc queries) | |||
Extract Unique Values, Then Extract Again to Remove Suffixes | Excel Discussion (Misc queries) |