Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Could some body Please help.
I need to sum the first number in each cell of my Range EG: A1 B1 C1 2a 6c 2we = 10 Dim myrange1 As Range Dim a As Integer Set myrange1 = Range(Selection.EntireRow.Cells(1, 1), Selection) a = Application.WorksheetFunction.Sum(myrange1) MsgBox a Any help much appreciated |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting Specific Character(s) In A Range? | Excel Discussion (Misc queries) | |||
Character Count Range of Cells | Excel Discussion (Misc queries) | |||
Character Count Range of Cells | Excel Discussion (Misc queries) | |||
How find character position # in string from right end? Or how get range row num | Excel Programming | |||
How can I insert a space before the last character in a range of cells | Excel Programming |