PHP Code:
Range("A2:E10")
Range(Range("A2"), Range("E10"))
Range(Cells(21), Cells(105)) 
are all identical

so Range("C3") or Cells(3, 3) shoud be used to refer to the cell at the intersection point of row 3 and column 3