Can anyone help me with the VBA code to loop through each entry in a task custom field?
For example:
For each task in my project I have specified a task supervisor in the Text1 custom field.
The tasks supervisors I have specified are either Tom, Dick or Harry for example.
I have assigned Tom to supervise severval tasks, and likewise for Dick and Harry.
I would like to like to be able filter by each supervisor individually and print the file, then move on to the next supervisor and so forth.
Thanks
For example:
For each task in my project I have specified a task supervisor in the Text1 custom field.
The tasks supervisors I have specified are either Tom, Dick or Harry for example.
I have assigned Tom to supervise severval tasks, and likewise for Dick and Harry.
I would like to like to be able filter by each supervisor individually and print the file, then move on to the next supervisor and so forth.
Thanks