View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JLatham JLatham is offline
external usenet poster
 
Posts: 2,203
Default Need Help Deleting Blank Rows

We need some kind of rule to follow to decide if a row is considered 'blank'
or not. If not a single column, then perhaps empty cells in any one of
several different colums, as
if a4 is empty, or g4 is empty or i4 is empty, then delete row 4 completely,
or
a combination of columns, as
If a4 and i4 are empty, or g4 and k4 are empty, then delete row 4 completely.


"JCG" wrote:

Greetings:

I have a spread sheet with data that has multiple blank rows that I would
like to delete with a macro. Each row of data is different with columns that
may or may not be blank. Therefore, I cannot search on a specific column to
delete the row. Any help is appreciated.
--
Thanks in advance...j