Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am knowledgeable about Access VBA but new to XL VBA
I want to sum B2:B12 and display in A1. This is waht I have: Dim rngTotal As Range Set rngTotal = Range("A1") Dim rngData As Range Set rngData = Range("B2:B12") rngTotal = Sum(rngTotal) I am not getting an error. What is the right way? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Summing a range of cells based on criteria in another range | Excel Worksheet Functions | |||
Summing a Range With N/A's | Excel Discussion (Misc queries) | |||
Summing between Range | Excel Discussion (Misc queries) | |||
Summing a range that changes | Excel Discussion (Misc queries) | |||
Summing a Range | Excel Programming |