Share via


WorksheetFunction.Log Method (Excel)

Returns the logarithm of a number to the base you specify.

Syntax

.Log(Arg1, Arg2)

A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

필수

Double

Number - the positive real number for which you want the logarithm.

Arg2

선택

Variant

Base - the base of the logarithm. If base is omitted, it is assumed to be 10.

Return Value

Double

참고 항목

개념

WorksheetFunction Object Members

WorksheetFunction Object