Thread: Deleting a row
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Chip Smith
 
Posts: n/a
Default Deleting a row

are you trying to delete the entire row column a thru ab? is it something you
want to do automatically? otherwise you can clikc on the row to the left,
right click and go to delete row...

--
--Chip Smith--
MVP Wannabe :)


"Chuck Neal" wrote:

Hope someone can help with some code. I've read the other examples and I'm
not sure if what I'm trying to do can be accomplished by the others.

A cell in column A has data in it (doesn't matter what the data is). If the
cells in Columns B thru AB are blank, I want to delete the row.

Chuck