filter blanks

  1. SanjayGMusafir

    VBA to filter blank rows in a Pivot table

    Hi Experts I'm using following code to filter blank rows. The code deals with two Pivot tables simultaneously based on a same table. But the code is not filtering blank rows. Please help Thanks a lot 'To Filter Blank Records On Error Resume Next With...
  2. L

    vba macro dynamically use multiple criteria for filters across multiple columns to then copy and paste to other sheet

    Hi all, really hoping someone can help. Spent a few days now and getting nowhere it feels, and it may just not be possible. I have a workbook with the following: - sheet 1: a master list - columns B4:J containing categories that we need to filter by and then columns K4:IY with the unique name...
  3. J

    how does xlup -1 works in vba?

    Sub reva() Dim LastRowColumnA As Long: LastRowColumnA = Sheets("Working Other Purchases").Cells(Rows.Count, 1).End(xlUp).Row ActiveSheet.Range("A1:AV" & LastRowColumnA).AutoFilter Field:=12, Criteria1:="=*Rate*", Operator:=xlFilterValues ActiveSheet.Range("A1:AV" &...
  4. R

    Filtering and declaration

    Hi All, I have declared the below Dim Fltr As String Dim Component As Integer Fltr1 = "USA" Fltr2 = "Ireland" Fltr3 = "Australia" and I am trying to loop in by using the above for the filter shown below. Selection.AutoFilter ActiveSheet.Range("$A:$U").AutoFilter Field:=2...
  5. W

    Filtering blanks

    Good day guys, I just want to ask some help in VBA codes in filtering blanks. Here is a screenshot, and what i want to do is to delete the entire row that has a blank cell. In which here, the 5th row, 7th row and 9th row. Thank you :)

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