I’m not sure this is possible but what I am looking for VBA code to combine a Column letter and Row number where the row changes. I have a cell with range name (LastPmt) that holds the row number.
As example: The last payment is in cell M392. I want a range to be “M33:M392”. However, the row number changes (occasionally the column changes but for now let’s only address the row). Therefore the range should read something like:
Range("M33:M & LastPmt").Select
Thanks for viewing,
Steve
As example: The last payment is in cell M392. I want a range to be “M33:M392”. However, the row number changes (occasionally the column changes but for now let’s only address the row). Therefore the range should read something like:
Range("M33:M & LastPmt").Select
Thanks for viewing,
Steve