VBA to generate plot points

H

Harold

Does anyone have a VBA function that when passed
1). start date
2). finish date
3). amount
4). Optional Curve Ditribution (front loaded, back etc)

generates plot points by day/week/month.

Seems this would be quite useful if not tied to a
scheduling package, just good old Access/Excel

Thanks
 
J

Jack D.

Harold said:
Does anyone have a VBA function that when passed
1). start date
2). finish date
3). amount
4). Optional Curve Ditribution (front loaded, back etc)

generates plot points by day/week/month.

Seems this would be quite useful if not tied to a
scheduling package, just good old Access/Excel

Thanks

I think excel would be appropriate for doing this.
You would need some mathematical description of the loading (or a lookup
table) but other than that it would not be very difficult.
What would you use it for?

--
Please try to keep replies in this group. I do check e-mail, but only
infrequently. For Macros and other things check http://masamiki.com/project

-Jack Dahlgren, Project MVP


+++++++++++++++++++
 
H

Harold

I use Access and MSGraph. Most project control tasks
revolve around start and end dates. We assign budgets (hrs/
$) to these tasks. Once defined, the loading over time
(histogram or cum curve) as a graphical representation is
usually asked for, to determine resource/cost loading. I
just would like the plot points.
 

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