field=4

  1. M

    Update Macro to Filter for Font.Regular Rather than Array

    I was recently asked to modify an existing macro (written by a former employee) returning rows from an Array in column 4 to return only the rows in column 4 that are not blank and in Font.Regular This macro compiles data from numerous reports into an overall monthly report.The number of rows...
  2. T

    Help with Macro - Delete all except criteria

    Hi Guys, Could someone help me with the below. I have recorded this Macro but i need to adapt it so it filters and deletes all rather than look at specific rows. I essentially want to select 6 worksheets in total, filter by column D and delete anything that does not show 'New Calls' Thanks...
  3. A

    why does criteria1:=argument work but not criteria1:="<>argument"

    Hi, So in my macro I have Dim TradeDate As Range Set TradeDate = Active sheet.Range("AA1") Sheets("Sheet1").Activate Range("A1").AutoFilter Field:=4, Criteria1:=TradeDate The filtered results are good in my pivot table But when I need this in another macro with the same date: Dim TradeDate...
  4. A

    VBA - Display Filtered List in ListBox

    I have a table (TabProduct) on worksheet "Product" which is being filtered based on the value entered in the "Supplier" field on a user form. I want the filtered data to populate a listbox named "ProductSelect" The code I currently have will only display the rows until the first hidden row. I...
  5. VBA learner ITG

    Advice on delete row VBA code

    Hi Peers, Can i get your advice to see if there is a quicker way of deleting rows than the piece of code that i wrote.

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