I am using the Workday function created in VBA provided from this link here: http://msdn.microsoft.com/en-us/libr...ice.12%29.aspx

However, the problem I am having is that I want it to return true difference between (excluding weekends and holidays) the two dates in decimal format.

Example:

startdate = 01/05/2015 12:00:00 PM
enddate = 01/12/2015 11:00:00 AM

Should return a value of 4.9583333 instead of 6.

Many thanks in advance.

Jeff