(VBA): Select cell at left side of activecell
Hello, I need to select a cell at the left side of the active cell using an offset, as Im working with dynamic ranges. When I do this, i.e: Range(B1).Offset(0, -1).Select selects both B1 and A1 cells, but i want it to select only A1 ......