Capture task start date into variable

G

glen.e.mettler

using 2007 - I need to Capture a task start date into variable. How
do I do that?

example
MytaskStart = task1.start

that doesn't work, of course, but that is essentially what I need to
do.

meg99
 
G

glen.e.mettler

using 2007 - I need to Capture a task start date into variable.  How
do I do that?

example
     MytaskStart = task1.start

that doesn't work, of course, but that is essentially what I need to
do.

meg99

Nevermind. I figured it out.

meg99
 
G

glen.e.mettler

Hi,

That doesn't work?
That's exactly what works :)

--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
+32 495 300 620








- Show quoted text -

Jan,
You are correct - after you create the project object:
set proj = activeproject

then if I set the row to the appropriate task (or loop thru), I can:

MyTaskStart = proj.start

Glen
 
M

Mike Glen

Hi Glen,

Next time, try posting on the developer newsgroup as this one is closing
down. Please see FAQ Item: 24. Project Newsgroups. FAQs, companion products
and other useful Project information can be seen at this web
address:http://project.mvps.org/faqs.htm .

Mike Glen
Project MVP
 

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