How to find a change on a task??????

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
 
R

Rod Gill

There is a task before change event but it is a little complex to get going.
Note that Project 2007 automatically highlights all fields that change when
an edit is made, but that highlighting is not saved.

Note that this newsgroup is closing, so please post VBA questions to the
project.developer group from now on.

--

Rod Gill
Microsoft MVP for Project

Author of the only book on Project VBA, see:
http://www.projectvbabook.com



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
 
V

Vit

There is a task before change event but it is a little complex to get going.
Note that Project 2007 automatically highlights all fields that change when
an edit is made, but that highlighting is not saved.

Note that this newsgroup is closing, so please post VBA questions to the
project.developer group from now on.

--

Rod Gill
Microsoft MVP for Project

Author of the only book on Project VBA, see:http://www.projectvbabook.com


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

thanks , from now I will use the right group..

thaks again and sorry

cheers

Ivan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top