Forum Discussion

Greg Bonaparte's avatar
Greg Bonaparte
Iron Contributor
Mar 17, 2020
Solved

Scroll to first empty cell in a column

I have the following code that scrolls to a particular row but would like it to scroll to the first empty cell row on column "b". Is this something a macro can perform?:   Sub SCROLL2BOTTOM() ' '...
  • ChrisMendoza's avatar
    Mar 17, 2020

    Greg Bonaparte - Is there any reason why you need a macro and could not just use CTRL + ↓ ? While that gets you to the last row that has contents another ↓ gets you to the first blank row in a column.

Resources