Hi.
ActiveCell.Offset(0,2).Select would be used to move the active cell 2 cells to the right. Instead of moving it 2 cells to the right, how do I make it so that it highlights/selects the original active cell as well as the 2 cells to the right (so I will then have 3 cells selected). How do I do this?
Normally I would use Range("A1:A3").Select as an example, but what if the cell range reference is unknown and can only go by the "active cell" reference?
Been searching for an answer for about 30 minutes to no avail, so giving this a go It's probably really easy too, but for the life of me I cannot get this to happen.
Thanks in advance.
ActiveCell.Offset(0,2).Select would be used to move the active cell 2 cells to the right. Instead of moving it 2 cells to the right, how do I make it so that it highlights/selects the original active cell as well as the 2 cells to the right (so I will then have 3 cells selected). How do I do this?
Normally I would use Range("A1:A3").Select as an example, but what if the cell range reference is unknown and can only go by the "active cell" reference?
Been searching for an answer for about 30 minutes to no avail, so giving this a go It's probably really easy too, but for the life of me I cannot get this to happen.
Thanks in advance.