S
SpaceCamel
I have a macro the creates a new Bar Style as part of the code. It worked
fine in MSP2003 but since upgrading to 2007 it is behaving strangely. Came
someone else duplicate this and get the same result? Solution?
This statement used to make a new Bar Style named Compare" at the end of the
list.
Run in 2007 I now get a new bar style named "Finish" or "ress" or some other
name that I have no idea where it come from.
Is the is new 'feature' in 2007?
-----------------------------
Sub testBarStyle()
GanttBarStyleEdit Item:="-1", Create:=True, name:="Compare",
MiddleShape:=4, ShowFor:="Normal", From:="Start3", To:="Finish3",
MiddleColor:=3
End Sub
fine in MSP2003 but since upgrading to 2007 it is behaving strangely. Came
someone else duplicate this and get the same result? Solution?
This statement used to make a new Bar Style named Compare" at the end of the
list.
Run in 2007 I now get a new bar style named "Finish" or "ress" or some other
name that I have no idea where it come from.
Is the is new 'feature' in 2007?
-----------------------------
Sub testBarStyle()
GanttBarStyleEdit Item:="-1", Create:=True, name:="Compare",
MiddleShape:=4, ShowFor:="Normal", From:="Start3", To:="Finish3",
MiddleColor:=3
End Sub