How to move below cell row value to above cell in particular column excel

Hi @Raja.G,

AA = dt1.Rows(indC-1).Item(“AA”).ToString
BB = Row(“BB”).ToString
CC = dt1.Rows(indC-1).Item(“CC”).ToString

Thanks,