Is there a way to change the alignment of a cell through VB? I need to center the total lines.
Also I have to sum on a range of cells and I know the x and y corordinates but examples I have seen of adding formulas are more along the lines of .Cells("B17"
.Formula = "=Sum(d15:d16)"
I need to be able to put the formula in (for example) a cell in (14,7) and sum from x = 8 to x = 23 for y = 11 to 13.
Any comments help or suggestions are greatly welcomed
Joanne
Also I have to sum on a range of cells and I know the x and y corordinates but examples I have seen of adding formulas are more along the lines of .Cells("B17"
I need to be able to put the formula in (for example) a cell in (14,7) and sum from x = 8 to x = 23 for y = 11 to 13.
Any comments help or suggestions are greatly welcomed
Joanne