I having trouble writing code to perform the following action:
I want to select the first blank cell in the first blank column. I would just look at the column and instruct it to select a given range, but each month the blank column will change (by moving one to the right).
So for example
This Month:
Columns A-Q all have data in it. So, I would need to select cell "R1"
Next Month:
Columns A-R will all have data in it. So, I would then need to select cell "S1"
Etc.
Can anyone help me with some code to auto-detect the blank column and then select that column's first cell?
Thank you for any support.
Bookmarks