I’m trying to figure out how to select a specific range using vba code. I know how to select the active cell. Once I have the active cell, I’d like to select a range from the active cell to a fixed, non changing cell. For example, if the active cell is a14 and the fixed cell is i49. The active cell can change from a14 to a49, but i49 must stay fixed.