Anzeige
Anzeige
HERBERS
Excel-Forum (Archiv)
20+ Jahre Excel-Kompetenz: Von Anwendern, für Anwender
Inhaltsverzeichnis

Application.WorksheetFunction.Sum

Forumthread: Application.WorksheetFunction.Sum

Application.WorksheetFunction.Sum
10.12.2005 16:04:56
michael
HAllo,
wie muss das richtig heißen, um den Bereich aufzusummieren?
Application.WorksheetFunction.Sum(Cells(row-5,2): Cells(row-1,2)) geht nicht
Application.WorksheetFunction.Sum(Cells(row-5,2), Cells(row-1,2)) ist kein Bereich
Application.WorksheetFunction.Sum.Range(Cells(row-5,2), Cells(row-1,2)) geht nicht
Vorab, Danke für eure Hilfe
Michael
Anzeige

2
Beiträge zum Forumthread
Beiträge zu diesem Forumthread

Betreff
Datum
Anwender
Anzeige
AW: Application.WorksheetFunction.Sum
10.12.2005 16:09:06
Josef
Hallo Michael!

Application.WorksheetFunction.Sum(Range(Cells(row - 5, 2), Cells(row - 1, 2)))

'******************************
'* Gruß Sepp
'*
'* Rückmeldung wäre nett!
'******************************

Anzeige
Danke für die schnelle Antwort!!!
10.12.2005 16:17:51
Michael
;

Forumthreads zu verwandten Themen

Anzeige
Anzeige
Anzeige

Beliebteste Forumthreads (12 Monate)

Anzeige
Anzeige
Anzeige