filling cells
Posted by Aysegul on December 10, 2001 7:12 AM
I have Column A which has missing data in some cells, I want to fill missing cell with the value of preceding cell . For example A1 has a value but A2 and A3 are missing, A4 has a value but A5 and A6 missing so I want to fill A2 and A3 with value of A1, and A5 and A6 with value of A4 and so on. What will be the macro for this?
Thanks for the help