Benedykt said:
For instance I want to calculate duration of tasks. I want to not
enter them manually, but to calculate them from some non standard
columns. So far I do it by calculating calculated duration in some non
standard column and then copying it as a link to a standard "duration"
column - but I'd like to do it smarter way.
Benedykt,
Although the other John did offer another option (i.e. using Paste
Special), and you also mentioned that you are using that approach now, I
don't recommend it. Paste links are fragile and if not handled with
great care, even within a given project file, can lead to corruption. I
have to go with Rob and Gerard, in your case VBA is the better way to
go. If you need help with a VBA solution, give us the details (i.e.
fields you are using for the non-standard data and calculation formula),
and we can probably help.
Keep in mind that the Duration field is calculated by Project using the
work equation:
Duration = Work / (Hours Per Day x Units)
A little more explanation as to why you want to manually calculate
duration would helpful. Maybe you are trying to do something that
Project just isn't designed to do.
John
Project MVP