How do you focus a cell in Excel? you can try any combination of three or individually. ActiveSheet.Range(“D5”).activate. Activewindow.ScrollRow=Range(“d5”).row. Activewindow.ScrollColumn=Range(“d5”).Column. Application.Goto Reference:=Range(“D5”),Scroll:=True. How do you