deleterows

  1. K

    VBA deleterows

    Hi, I just wanted to ask how can I retain the rows if column F or StartString(Font in red) starts with number. Below is my code. Sub DeleteRowsraw() Dim c As Range, DeleteRange As Range, DataRange As Range Dim LR As Long Dim i As Long Dim StartString As String 'change...
  2. V

    Delete rows from current month

    Hi there, I have a file with historic data which is weekly updated with a Month to date raw data can anybody help me to delete rows only from the current month? Date is on column B And on column AC I have a =MONTH(B3) formula.
  3. C

    VBA to clear rows based on cell value

    Hi all, I'm new here and I actually have 2 questions, but we will start with this one as this is the one that I've been trying to find an answer to longest. I have a table that pulls data from another worksheet based on the date selected. I have made a quick chart to show the data in that...
  4. H

    Vba Delete range of cells in a row based on value in another cell from combo box

    Hi I'm hoping someone can help with this I thought it would be simple but my grasp on vba is very limited, I found the below code online and it works however it deletes the entire row I need to delete from column B:DA based on a number from a cell that I retrieve from a combo box (Drop down form...
  5. O

    Run-time error: no cells found. Handling this error?

    I get a runtime error using this macro: Private Sub DeleteRows() On Error Resume Next Columns("C:C").SpecialCells(xlCellTypeBlanks).EntireRow.Delete On Error GoTo 0 End Sub It produces an error if there are no rows to delete. How do I prevent the error from happening? This macro is triggered...

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