Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Michael's right, but if you must:
Sub test() Set iEnd = Cells(Rows.Count, 2).End(xlUp) With iEnd.Offset(1, 0) .Formula = "=SUM($B$2:" & iEnd.Address & ")" .Font.Bold = True End With End Sub -- Dan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Total amount By word | Excel Worksheet Functions | |||
total amount | New Users to Excel | |||
Set total amount for an equation..... | Excel Discussion (Misc queries) | |||
sales tax total amount from one cell amount to another cell | Excel Discussion (Misc queries) | |||
How do I calculate Amount of Sales Tax from Total Amount? | Excel Worksheet Functions |