Is there a way to determine via code what is the last row included in a named range, regardless of whether there is data in the last row or not? For example, if I have a sheet with a named range “Section1” that is defined as A1:C10, how can I determine that the last row is row 10? Even better, that the bottom left corner is cell A10? Perhaps I’m missing something obvious, but I’m not finding an easy way to do this.
Thanks!