View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
chrismania[_7_] chrismania[_7_] is offline
external usenet poster
 
Posts: 1
Default Delete rows if they are empty

Hi Guys,
already have asked that questions. But your proposals did not work.
Thanks anyway.
I have the following problem.
I have a table with the following structu

Name Surname Adress Number
Name 1 Surname 2 Adr1 1
(this row
is empty for ex.)
Name 2 Surname 2 Adr1 2

......

Some rows are empty. I want to delete the rows if they are empty. So
the structure should look like this:

Name Surname Adress Number
Name 1 Surname 2 Adr1 1
Name 2 Surname 2 Adr1 2

Do you have an idea for an easy code?

Cheers and thanks Christoph



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/