May 07 2021 07:15 AM - edited May 07 2021 07:57 AM
Hello Everyone,
I have a data like -
In event id row some id are repeated.
So, In above image, At A8 there is event id 85612 but in A9 also event id is 85612.
so i want to delete the entire row(Blank row) in this sheet. And Many repeated blank row is there. So, i want to remove with the help of VBA code.
So, what VBA code should i write?
Please help...???
May 07 2021 08:05 AM
Solution@Excel Consider Power Query. no need for VBA. Connect to the data, promote headers and filter out "null" from the 2nd column, close and load back to Excel.
May 07 2021 08:07 AM
May 07 2021 08:23 AM
@Excel Screenshots are quite meaningless in this context. Can you upload a file with the first 25 rows or so?
May 07 2021 08:34 AM
May 07 2021 08:43 AM
@Excel Yeah! that seems to work as well.
May 07 2021 08:48 AM