chk

  1. T

    If cells contains this, do this until...

    Hi - Newbie here. Read the FAQs, rules and searched the forum and did not find an answer so created a new post. Bear with me. Question: If cell's contains this do this until... Hypothetical Example: Trying to write a formula to look for characters that begin with 6, then return the first...
  2. L

    Delete entire row if cells are blank

    Hi team, Does anyone know how to fix the below code. basically I want to delete the entire row if columns A - G are blank. Sub delete() Columns("A:G").SpecialCells(xlCellTypeBlanks).EntireRow.delete End Sub...
  3. T

    Setting a named range with VBA

    I've used this code to set up a batch of names ranges on a spreadsheet, but am not sure how I would change this to set the rage as a full row instead of just as a cell? any advice on how I should tweak this? Sub rangerset() Dim cell As Range Dim rng As Range Dim RangeName As String Dim...

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