Log10

This function will return a Log10 value

Snippet: 

Private Function Log10(x)
    Log10 = Log(x) / Log(10#)
End Function