Hello
Here is my code:
How do I make the SUM appear BOLD on the Spreadsheet.
LR = Cells(Rows.Count, "W").End(xlUp).Row
Cells(LR + 3, "U").Formula = "=Sum(U2:U" & LR & ")"
LR = Cells(Rows.Count, "T").End(xlUp).Row
Cells(LR + 3, "X").Formula = "=Sum(X2:X" & LR & ")"
Thanks
Here is my code:
How do I make the SUM appear BOLD on the Spreadsheet.
LR = Cells(Rows.Count, "W").End(xlUp).Row
Cells(LR + 3, "U").Formula = "=Sum(U2:U" & LR & ")"
LR = Cells(Rows.Count, "T").End(xlUp).Row
Cells(LR + 3, "X").Formula = "=Sum(X2:X" & LR & ")"
Thanks