action=xlfiltercopy

  1. T

    Run a Macro when cell is changed

    Good Day to you all I have a dilema I have this code: Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$A$2" Then Sheets("Sales").Range("All_Data").AdvancedFilter Action:=xlFilterCopy, _ CriteriaRange:=Range("Criteria"), _ CopyToRange:=Range("Extract"), _ Unique:=False...
  2. R

    refine advanced filter

    Is there a better, more efficient way to complete all these advanced filters? Sub Sort() Sheets("RequestLog").Columns("A:G").AdvancedFilter Action:=xlFilterCopy, _ CriteriaRange:=Range("Calendar!l4:M5"), CopyToRange:=Range("Calendar!l8:m15"), Unique:=False...
  3. R

    Advanced Filter Too Long

    Is there a way to simplify the following code? It is not very efficient and it take a little while to run. each line sorts for different criteria. Sub Sort() Sheets("RequestLog").Columns("A:G").AdvancedFilter Action:=xlFilterCopy, _ CriteriaRange:=Range("Calendar!l4:M5")...
  4. D

    Help With Advanced Filter - Pulling My Hair Out

    Hello all I m struggling to extract all unique values from a column. I have the following data in column A starting at row 1 Y Y Y N N Y Y Using the following code:- Range("A1:A7").AdvancedFilter Action:=xlFilterCopy, CopyToRange=ActiveSheet.Range("B1") Unique:= True I get the following...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top