V
Vit
Hi to everybody,
I’m new on the vba on MS Project, before I have used it a lot on MS
Access…
I’m working on a Project Server Environment, and unfortunately, when
a
Project manager make change to some project, there is no opportunity
to highlight the changes…
I have tough to insert a custom field and assign it a specific value
if there is some changes on that task…
For example in on the task 1 a project manager changes the resources
of the usage of the resources, on the custom field I will find the
value “changed”..
Is possible to insert a vba code that automatically insert the value
“changed” if something change on the task???
I have find the following on the help : Private Sub
Project_Change(ByVal pj As MSProject.Project)
But unfortunately it works on the all project and not on the single
task…
Thank you so much to everybody
Cheers
Vit
I’m new on the vba on MS Project, before I have used it a lot on MS
Access…
I’m working on a Project Server Environment, and unfortunately, when
a
Project manager make change to some project, there is no opportunity
to highlight the changes…
I have tough to insert a custom field and assign it a specific value
if there is some changes on that task…
For example in on the task 1 a project manager changes the resources
of the usage of the resources, on the custom field I will find the
value “changed”..
Is possible to insert a vba code that automatically insert the value
“changed” if something change on the task???
I have find the following on the help : Private Sub
Project_Change(ByVal pj As MSProject.Project)
But unfortunately it works on the all project and not on the single
task…
Thank you so much to everybody
Cheers
Vit