delete blank

  1. G

    =text remove 0.00

    Hey, Fairly new to this so any help is appreciated. We use excel to run graphics on a OBS System for a money exchange company - issue being OBS only likes to use "text" formatting, not number, currency or even general. We show a lot of currency on the the screen that we copy from various...
  2. T

    Move and delete the active row in VBA

    Good Day, I am working on a automated handover code to send an mail and all is working perfectly. I would like to move the active cell to the next sheet after the last row there and then delete the blank row as well. I have tried different examples from the web but with no luck Sub...
  3. A

    I need to change macro ActiveWorkBook or ActiveSheet to only run on Sheet1

    I have a macro that deletes all blank rows in Column A. It seems to only work on the Active workbook or Active sheet, and I would like it to specifically run on Sheet1 regardless of what sheet I am viewing. The name of Sheet1 is "Import" if that matters. Any help would be greatly appreciated -...
  4. B

    VBA-Delete row w/o value

    I want to delete an entire row if there is info in column A and column C is blank. Sub deleteBlank() Dim Lastrow As Integer Lastrow = Range("A" & Rows.Count).End(xlUp).Row Range("C2:C" & Lastrow).SpecialCells(xlCellTypeBlanks).EntireRow.Delete End Sub When I ran this...
  5. S

    would like to delete rows with blank cell. but excel thinks it is not blank is blank but excel thinks it is not

    Enigma: there are cells in my workbook that are "blank" even when you hover the mouse over the cell the formula bar is blank. However when I print the page I get 8 blank pages. When I go to print preview the cells are blank but excel thinks that it is used so it is not blank. when I use formula...

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