hello, please help to create a macro codes to delete the entire row
sample.
Y
A
1
2
3
what
when
hoe can i delete the entire empty row and leave only 1 space, however data varies everyday
hello, please help to create a macro codes to delete the entire row
sample.
Y
A
1
2
3
what
when
hoe can i delete the entire empty row and leave only 1 space, however data varies everyday
Maybe like this
![]()
Please Login or Register to view this content.
Notice my main language is not English.
I appreciate it, if you reply on my solution.
If you are satisfied with the solution, please mark the question solved.
You can add reputation by clicking on the star * add reputation.
... or like this (select data block to be treated & click button)
Glenn
None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU
perfect, i just need 1 space on colunm a need to leave 1 space
It is usefull to add to who you are replying.
If the offered solution don't match your expectations, please add a small excel file, without confidential information.
Please also add manualy the expected result in your file.
Where do you want to leave one empty row?
Post an Excel sheet showing a before and after. I don't understand what you want.
See my request in #5
If the offered solution don't match your expectations, please add a small excel file, without confidential information.
Please also add manualy the expected result in your file.
Maybe:
![]()
Please Login or Register to view this content.
here it is.
thank you
NON VBA solution
b3 = if($A3>0,"",if($A3="",if(countif($A$3:$A3,"")=1,"","deleted"))) and drag down
after that filter on column B for the text deleted and delete the rows.
thank you oeldere, but is that possible to do it in vba?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks