Pages

Search

view limitations Microsoft Project

view limitations Microsoft Project


view limitations

Posted: 02 Sep 2004 04:24 PM PDT

"Marshall" <microsoft.com> wrote in message news:<564c01c49173$5ca2dba0$gbl>... 
Marshall,

Here's a snippet of some code I wrote to access the timescaled data:

Set tsvs = pjResource.TimeScaleData(txtFromDt.Value,
txtToDt.Value, _
pjResourceTimescaledWorkAvailability, pjTimescaleDays)

For Each tsv In tsvs
appXL.ActiveCell.Offset(rowoffset:=0,
columnoffset:=1).Activate
If tsv.Value = "" Then
appXL.ActiveCell.Value = 0
Else
appXL.ActiveCell.Value = tsv / 60
End If
Next

The VBA Help may be a good starting point. Between searching the
archives of this newsgroup and searching through Help, I managed to
figure it all out! ;-)

Sarah
sarah_kiko@(removethis)cinfin.com

Creating Formulas in Enterprise Custom Fields

Posted: 02 Sep 2004 06:12 AM PDT

Thank you very much Gerard, it worked!!

WOuld you by chance know of any good resources (ie: book, website) to help
me train or understand creating formulas ??

Thanks again!

"Gérard Ducouret" <wanadoo.fr> wrote in message
news:#phx.gbl... 
using 
works. 


Update query

Posted: 02 Sep 2004 06:03 AM PDT

Stephanie,

This group is dedicated to Microsoft Project questions.

Sarah

update task start dates to reflect today's date for tasks that have not begun?

Posted: 01 Sep 2004 04:05 PM PDT

That's exactly what I was looking for. Thank you so much.

/m



"Dale Howard [MVP]" <dale(dot)howard(at)msprojectexperts(dot)com> wrote in
message news:%phx.gbl... 


Project '03 startup GBUI Error

Posted: 01 Sep 2004 12:52 PM PDT

I had the same problem today. I went to Windows Update,
installed everything that came up, did a restart, and mine
worked fine.

I have been working on it all day!

Hope it works for you too. 

How do I create a live link between Excel and Project

Posted: 01 Sep 2004 12:18 PM PDT


Kevin,
Just a precautionary note to what Mark said. Paste Links do work but
they are fragile. That is, if not handled carefully, they can easily get
corrupted. Also, Paste Links do not generally follow a file if its
location is moved (e.g. the Project or Excel file is put in a different
directory).

John

How can I programatically get the names of MS-Project's ganttbar styles?

Posted: 01 Sep 2004 11:38 AM PDT

Roland,
I'm with Mike on this and I belive my answers have been definitive. Please
don't cross post the Project news groups - this is common netiquette - like
not using ALL CAPS in a post or covering your mouth when you sneeze.

If you've got a developer problem, post the question in the developer news
group. Many that help in the "Project" group do not do development - why
waste their time?

If you've got a tool function or general question, post in that group...

If is MS Project programming problems/questions then "Developer" is your
group - (the VBA group is slowly phasing out of use)

The add_in group does not get much traffic...and I'm not sure but I don't
belive there are any "Add-in MVPs" - you'll probably get better help from
VB.general or Delphi

Mark

--
__________________________________________________ _______
Mark Durrenberger, PMP
Principal, Oak Associates, Inc, www.oakinc.com
"Advancing the Theory and Practice of Project Management"
__________________________________________________ ______

The nicest thing about NOT planning is that failure
comes as a complete surprise and is not preceded by
a period of worry and depression.

- Sir John Harvey-Jones
"Roland" <roland@nospam> wrote in message
news:com... 
problem 

by 
that 


Summary Task Types

Posted: 01 Sep 2004 11:27 AM PDT

Yes, we understood what Duration was-just not how the Task
Type field relates to the Summary task, but I think you've
confirmed what we were thinking.

Thanks very much for your help.
Tammy 
the earliest task 
covers. 
can never change 
bericht 
into 
some 
next 
set 
Task 
(Task 
Task 

Level accross multiple projects

Posted: 01 Sep 2004 06:47 AM PDT

ok. So I will have all the projects out on PWA like I have now for
people to work on and thne I will have a master project which
encompases all other projects which will be available just for the
leveler for when he needs to do leveling. and this project will
constantly show all changes made to the other projects... is that
correct ? or do I just need to be showing that one master project and
just give people access to the subprojects ?
Thakns
Chris



"Dale Howard [MVP]" <dale(dot)howard(at)msprojectexperts(dot)com> wrote in message news:<phx.gbl>... 

Sort Resources in Drop-Down

Posted: 01 Sep 2004 06:23 AM PDT

Hi Traci,

Just to add that this is done from the Resource Sheet view.


Mike Glen
Project MVP


Jan De Messemaeker wrote: 


Resource leveling the project won't level completed tasks. Why?

Posted: 31 Aug 2004 10:17 AM PDT

Have you selected to allow tasks to split, in the Levelling dialog?


Mike Glen
Project MVP



Gil Van Helden wrote: