JackD
Fri Nov 19 11:17:23 CST 2004
That about sums it up.
The person asking the question was not a project user and was discussing the
built-in reports. Those reports can't be exported in soft copy.
There are other ways as I mentioned, but they all involve a certain
familiarity with Project and excel to make them work. I don't imagine that
the person posting the question was going to dive in and start writing some
VBA to make their own custom report since they are not familiar with MS
Project in the first place.
Querying the database is trivial IF you are not dealing with timescaled data
AND you know how project stores the data AND you are familiar with writing
SELECT statements.
Just like juggling is trivial if you know how.
--
-Jack ... For project information and macro examples visit
http://masamiki.com/project
.
"John" <mjensen@theriver.com> wrote in message
news:mjensen-ECECBD.09261619112004@msnews.microsoft.com...
>
> Sarah,
> Built-in Reports that contain only non-timescaled data can be exported
> via an export map. However many of the Reports contain timescaled data
> and they cannot directly be exported using a map. Some timescaled data
> can be exported by using the "analyze timescaled data in Excel" utility
> found on the "Analysis" toolbar but the type and format of data is
> limited.
>
> As Jack said, a snapshot using Acrobat or some other screen capture app
> is probably an easy option but a much better option is to either query
> the Project database directly or by using a VBA macro. I have never
> queried the database so I can only go by Jack's lead in believing it is
> not a trivial process. I have however written many macros that export
> Project data to Excel in any way shape or form using VBA.
>
> So the bottom line for DME's manager is "yes" it can be done and it can
> be done from either Excel or from Project.
>
> Hope this clarifies.
> John
> Project MVP