R
renevada
Hello everybody,
First post on this forum.
I am just starting in VBA for MS project but I have a small experience
with VBA for Excell & Access as a occasional user who like to automate
some actions.
We are using a lot the reported tasks function on the summary bars, but
their formatting is painfull either its one style for all or its needs
to be formatted one by one... I am looking automating this process.
Basically I want to copy the format (limited to corlor and shape) of the
actual bar on the reported bar.
I made a few reseach and more or less found ou wich fields needs to be
modified (I love the record macro functionality...) and I intend to make
look on all selected tasks (for each task in ....), test if the
"reported" is set on yes/true and copy the format to the reported bar
But I am having trouble finding how to code getting the actual color
(MiddleColor) of the bar. seems trivial... Yes I am new at MSP vba,
searched the forum and the internet fro vba exples but I haven't found
anything...
First post on this forum.
I am just starting in VBA for MS project but I have a small experience
with VBA for Excell & Access as a occasional user who like to automate
some actions.
We are using a lot the reported tasks function on the summary bars, but
their formatting is painfull either its one style for all or its needs
to be formatted one by one... I am looking automating this process.
Basically I want to copy the format (limited to corlor and shape) of the
actual bar on the reported bar.
I made a few reseach and more or less found ou wich fields needs to be
modified (I love the record macro functionality...) and I intend to make
look on all selected tasks (for each task in ....), test if the
"reported" is set on yes/true and copy the format to the reported bar
But I am having trouble finding how to code getting the actual color
(MiddleColor) of the bar. seems trivial... Yes I am new at MSP vba,
searched the forum and the internet fro vba exples but I haven't found
anything...