I have an outlook calendar and in each day I schedule tasks as follows:
category1,p1,p2,p3
category1,p1,p2,p3
category1,p1,p2,p3
category2,p1,p2,p3
category2,p1,p2,p3
category2,p1,p2,p3
category2,p1,p2,p3
category2,p1,p2,p3
category3,p1,p2,p3
category3,p1,p2,p3
the number in each category can vary day to day as do the values of p1,p2 & p3 in each category.
what I'd like to do is in VBA create a string array for all the tasks in a given period, say 1May18 to 5May18) then sort and analyze the array e.g. total p1 in category2.
can anyone help? (retired C+/C# coder).
category1,p1,p2,p3
category1,p1,p2,p3
category1,p1,p2,p3
category2,p1,p2,p3
category2,p1,p2,p3
category2,p1,p2,p3
category2,p1,p2,p3
category2,p1,p2,p3
category3,p1,p2,p3
category3,p1,p2,p3
the number in each category can vary day to day as do the values of p1,p2 & p3 in each category.
what I'd like to do is in VBA create a string array for all the tasks in a given period, say 1May18 to 5May18) then sort and analyze the array e.g. total p1 in category2.
can anyone help? (retired C+/C# coder).