Home
VBA / Excel / Access / Word
Access
Application
Data Type
Data Type Functions
Date Functions
Excel
File Path
Forms
Language Basics
Math Functions
Outlook
PowerPoint
String Functions
Windows API
Word
XML
Log() Returns the natural logarithm of a number. : Log « Math Functions « VBA / Excel / Access / Word
VBA / Excel / Access / Word
Math Functions
Log
Log() Returns the natural logarithm of a number.
Sub mathF5() Debug.Print Log(2.718281828) End Sub
Related examples in the same category
1.
Log(number) returns The natural logarithm of number.