G
G Lam
Hi,
is there a better way to do the following:
Range("B2").Formula = "=Sum(" + Range(Range("D6").Offset(0, 2),
Range("D6").End(xlDown).Offset(0, 2)).Address + ")"
Thank you.
GL
is there a better way to do the following:
Range("B2").Formula = "=Sum(" + Range(Range("D6").Offset(0, 2),
Range("D6").End(xlDown).Offset(0, 2)).Address + ")"
Thank you.
GL