Hi,
I want to perform below mentioned action in each of the two sheets but could not succeed. Can you please help.
Cells(6, column1 + 1).Value = "Total1"
Cells(6, column1 + 2).Value = "Total2"
Cells(6, column1 + 3).Value = "Total3"
Cells(6, column1 + 4).Value = "Total4"
Cells(6, column1 + 5).Value = "Total5"
Cells(6, column1 + 6).Value = "Total6"
Cells(6, column1 + 7).Value = "Total7"
Cells(6, column1 + 8).Value = ""Total8"
I want to perform below mentioned action in each of the two sheets but could not succeed. Can you please help.
Cells(6, column1 + 1).Value = "Total1"
Cells(6, column1 + 2).Value = "Total2"
Cells(6, column1 + 3).Value = "Total3"
Cells(6, column1 + 4).Value = "Total4"
Cells(6, column1 + 5).Value = "Total5"
Cells(6, column1 + 6).Value = "Total6"
Cells(6, column1 + 7).Value = "Total7"
Cells(6, column1 + 8).Value = ""Total8"