I have a spreadsheet that I have created several macros to clean up some data but I have one last step that is confusing me.
Part of my other macros has to do with stacking columns from C right into column A one on top of another. Because my columns are uneven when I stack them in Column A there is some empty cells.
I would like to create a macro that will go down the list in column A and if it comes across a cell in Column A that is empty it will delete that entire row so eventually all the data in column A will have no blank cells. The length of that data in Column A is about 8000 maximum. When it is shrunk down and compiled correctly it will be around 4500 row +/-.
There will be data in Column B but that can be deleted if there is no coorisponding data in Column A.
Any help would be greatly appreciated.
Part of my other macros has to do with stacking columns from C right into column A one on top of another. Because my columns are uneven when I stack them in Column A there is some empty cells.
I would like to create a macro that will go down the list in column A and if it comes across a cell in Column A that is empty it will delete that entire row so eventually all the data in column A will have no blank cells. The length of that data in Column A is about 8000 maximum. When it is shrunk down and compiled correctly it will be around 4500 row +/-.
There will be data in Column B but that can be deleted if there is no coorisponding data in Column A.
Any help would be greatly appreciated.