View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
merjet merjet is offline
external usenet poster
 
Posts: 812
Default Natural log function

Use one of these:
Application.Worksheetfunction.Ln()
Application.Ln()
Log()

Merjet