Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Mon, 21 Sep 2009 12:13:56 -0700, "L. Howard Kittle"
wrote: Give this a try. Sub SumTheBold() Dim Mud As Range Dim cell As Range Dim i As Integer Set Mud = Range("A1:A5") For Each cell In Mud If cell.Font.Bold = True Then i = cell.Value + i End If Next MsgBox i End Sub HTH Regards, Howard "Bytemylobster" wrote in message ... Is there a way to add the values of a column, adding just the numbers that are in bold format? Get in mah Hard Drive! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Bold format. | Excel Discussion (Misc queries) | |||
Format Help BOLD year in a specific vehicle application Column | Excel Worksheet Functions | |||
How do you sum just values that are bold in a list of values? | Excel Worksheet Functions | |||
How to bold daily max values | Excel Discussion (Misc queries) | |||
How can I sum only amounts that are in BOLD format within a column | New Users to Excel |