Background:
Having a Column A and a Column B with non standard numeration, I am trying to type that number to selected Sheets by pressing a button. IE:
Column A..........Column B
MySheet..................2
Problem:
I am not sure on how to get the address of the last printable cell in order to paste the number there
Please note, footer will not work since it is not following a sequence as such -it is user specified for her/him needs-, it could be footer 10 but, user wants it as 15.
Approach:
There is nothing -as you may see- in that cell (text and color in the image are just for shown purposes) that usedrange, last row or go to special could help me to address.
Question:
Is it possible to get something like?
Sheets("MySheet").Range(LastPrintable.Address).value = 2