SUM value "in one shot only"

User avatar
sal21
PlatinumLounger
Posts: 4374
Joined: 26 Apr 2010, 17:36

SUM value "in one shot only"

Post by sal21 »

Based the attached workbook is possible to sum in "in one shot only" the value in column D?

Note:
i know the initial range strted from D2 but dont know the and of list. I fill dinamiclly this column.

TKS resolved with

...

Code: Select all

RIGA = WS.Range("A65536").End(xlUp).Row '- 1
SOMMA = Application.WorksheetFunction.Sum(WS.Range("D2:D" & RIGA))
...
You do not have the required permissions to view the files attached to this post.