P
phreed
This is a VBA question:
I see methods for creating, setting and deleting bar formats from the
gantt bar style table.
(i.e. GanttBarStyleEdit, GanttBarStyleDelete)
What I don't see how to tranverse the current set of gantt bar styles.
I do see how to assign custom formats to each task...
http://masamiki.com/project/allgreen.txt
Currently, I am deleting all the gantt bar styles with
GanttBarStyleDelete Item:="*"
and then creating the styles as I want.
What I really would like is search for and modify specific bar styles.
peace
I see methods for creating, setting and deleting bar formats from the
gantt bar style table.
(i.e. GanttBarStyleEdit, GanttBarStyleDelete)
What I don't see how to tranverse the current set of gantt bar styles.
I do see how to assign custom formats to each task...
http://masamiki.com/project/allgreen.txt
Currently, I am deleting all the gantt bar styles with
GanttBarStyleDelete Item:="*"
and then creating the styles as I want.
What I really would like is search for and modify specific bar styles.
peace