you cant have Cells(c, 0).
the first column "A" is index 1
use the following code instead:

Range(Cells(c,1), Cells(c + nRows - 1, 2)).MergeCells = True