Totaling The Duration Column in Calendar View By Catagories

G

Guest

How do I get a total of the Duration column when using
Calendar and using View by catagories?
 
S

Sue Mosher [MVP]

You could write code that uses the Restrict or Find method to get all the
items in a particular category, then build a running total from the Duration
value in each item.
 
Top