field=2

  1. jim may

    Why is this code producing R/T 448 - Argument not found

    Sub foobar() Dim SearchText As String SearchText = "*" & Range("B4").Value & "*" With ActiveSheet .AutoFilter Field:=2, Criteria1:=SearchText End With End Sub
  2. T

    VBA Filter for $-

    I'm trying to filter, not sure why its not workig, I seem to always have an issue with the does not <>, there's a formula in that cell, but it shouldn't matter I wouldn't think. With ActiveSheet .AutoFilterMode = False With Range("a2:m2" & lRow) .AutoFilter...
  3. S

    Autofilter using reference table

    Hi all, Hopefully someone can put me out of my misery, as I've hit a brick wall with this one! So here's the plan: Sheet1: Contains all the data, pasted in on a monthly basis Sheet2 (Mapping Table): Contains the words which I'll be using in my autofilters In future the names used in the...
  4. H

    VBA Auto Filter

    Hello Friends, I am using a VBA code to filter record. Here is the code I would like to give a range (D1) in the Field:=2 part of the code instead of "a" Any help will be appreciated Regards, Humayun
  5. H

    Vba - autofilter and save as image

    Hi friends, I need a macro to auto filter and save the result as an image. Would you please help me? I found this code but it "prints" the result i need to save the result as an image. Sub Auto_Print_Lamp_PK() Dim noDupes As New Collection Dim rw As Long Dim itm As Variant...
  6. C

    Filter MultipleColumns

    I am trying to filter through multiple columns. Below is the code I am using, what am I doing wrong? Sub Filterindata() Range("B1").AutoFilter field:=2, Criteria1:="1001 - North America" Range("J262").AutoFilter field:=1, Criteria1:="Severance" End Sub

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