Hi there, I have a macro that determines the starting cell in a column, and if that cell is not blank, it will find the first blank cell below it. I want it to also find the first blank cell above it._Here is what I have so far:
I then have similar coding underneath but instead of xlDown, using xlUp, but rather than finding the first blank cell above the start point, it goes straight to the top of the column.![]()
Please Login or Register to view this content.
Is there either a quick fix, or a totally different way of doing it, eg a loop of, is cell blank yes/no, if no look at cell above and try again. if no blanks cells above then return "none found"
Much appreciated
Bookmarks