Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yup, fer sure -- Version 2 was slicker 'n a pig in poop. Did the job perfectly.
Can't thank you enough! (Something about "job security" <g). -- Dave Temping with Staffmark in Rock Hill, SC "Norman Jones" wrote: Hi Dave, Alternatively, depending on your intended target cell, try: '============= Public Sub Tester() Dim myWorkCell As Range Dim myCount As Long Set myWorkCell = Range("A1") myCount = 5 myWorkCell.Offset(myCount, 17) = _ Application.Sum(myWorkCell(2, 13).Resize(myCount)) End Sub '<<============= --- Regards, Norman |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Fill cells automatically from 2 variables | Excel Worksheet Functions | |||
Split values in cells to variables | Excel Discussion (Misc queries) | |||
How to one cells variables as a serie to a column | New Users to Excel | |||
summing cells with variables | Excel Discussion (Misc queries) | |||
writing cells with variables from vba | Excel Programming |