Brian Element Wed, 08/01/2012 - 08:23 This function will return a Log10 value Snippet Private Function Log10(x) Log10 = Log(x) / Log(10#)End Function Log in or register to post comments