M
Mike
I think I can best explain this through an example:
Can you (through vba, etc.) change the data rolled up in the "group
by" for a view?
For instance, let's say your in tasks view, grouped by category. It
might look like
==- Category: @ Home (15 items)==
-item 1
-item 2
Is there any way to have it roll up other information, say, the sum of
the items Total Time fields, for instance? Something like
==- Category: @ Home (15 items, 2.5 hours of tasks)==
-item 1
-item 2
How fancy. I'm familiar enough with other office apps VBA that I'm
willing to give it a shot.. just wondering if other folks would
appreciate that
Can you (through vba, etc.) change the data rolled up in the "group
by" for a view?
For instance, let's say your in tasks view, grouped by category. It
might look like
==- Category: @ Home (15 items)==
-item 1
-item 2
Is there any way to have it roll up other information, say, the sum of
the items Total Time fields, for instance? Something like
==- Category: @ Home (15 items, 2.5 hours of tasks)==
-item 1
-item 2
How fancy. I'm familiar enough with other office apps VBA that I'm
willing to give it a shot.. just wondering if other folks would
appreciate that