log Function

rhorne

New member
Local time
Yesterday, 23:03
Joined
Mar 22, 2013
Messages
3
Help .... i give us !!!! anybody know correct syntax/expression for log of a number. The number i am getting in Access is twice as big as the correct number i get in excell
 
eg

Sub logs()
MsgBox ("natural log of 2 = " & log(2))
MsgBox ("log base 10 of 2 = " & log(2) / log(10))
End Sub
 
It works!!!! But you veterans knew it would
Thanks much, am just getting into some of this so u may see me again.
 

Users who are viewing this thread

Back
Top Bottom