Duane said:
I would like to create a table in an MS Word document and have the table data
linked to a MS Project file. For Example, a list of a Resource's activities
or a table containing task and selected information. Is this possible?
Thanks,
Duane
Duane,
Yes this is very doable. Off hand I can think of a few different ways -
some better than others.
The most basic is a cut and paste. If you can set up a custom view with
the elements of Project data you need, the contents of that view can be
cut and pasted into Word as a picture. Not exactly linked but at least
the data is there.
Another approach, but I don't recommend it, is to use Paste Links to
actually link the Project data to a Word element. I've never tried Paste
Links with Word but I will tell you that Paste Links are quite fragile
and can easily get corrupt. I only mention this method because it is
available and can work under the right circumstances.
Yet another approach is to use an export table. Word can read various
file types and Project data can be saved in different formats. You can
read more about that in the Project Help file.
In my mind though, the preferred approach is to use a VBA macro to
export the data from Project to Word. This method has the most
flexibility and has no stability problems but it does require experience
with VBA.
Hope this helps.
John
Project MVP