C
chrismania
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 structure:
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
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 structure:
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