All,
I am trying to write a simple piece of code and across multiple procedures, I'm trying to find the bottom row of a range (e.g.
Cells(65536, 1).End(xlUp).Row
I'm not having any troubles with this. My question is that to simplify the code, and to speed up changes, is there a way I can make...