WorksheetFunction.Log10 (Excel)

Gibt den Logarithmus einer Zahl zur Basis 10 zurück.

Log10 (Arg1)

Arg1: Zahl – die positive reelle Zahl, deren Logarithmus zur Basis 10 Sie berechnen möchten.


Dim dblArg1 As Double: dblArg1 = 
Dim dblLog10 As Double
dblLog10 = WorksheetFunction.Log10(Arg1:=dblArg1)