Is there a quick way to return the next row range outside of a defined range. My thoughts are an offset is best for this, but I'm struggling to find how the final row range can be grabbed before applying the offset.
E.g. say my range defined as Apple is A1:B100, how do I define P as my last row range:
p = Range("Apple"). [last row range function]
before I use requiredrow = p.offset(1,0)