Link to outlook

M

Microsoft

Hi all just a quick question, Is there a way to link outlook 2003 and
project 2003 without the server? I just have my one pc and want to link the
tasks and calenders from project into outlook so I can have it on my
calendar and task list.

Thanks
 
M

Mike Glen

Hi ,

Try posting on the server or developer newsgroup as this one and the vba one
are 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
 
R

Rick Williams

At http://www.outlookcode.com/codedetail.aspx?id=1165 I have two macros -
one that exports your Project tasks to Outlook, and another that retrieves
status info from Outlook and updates Project.
Note:
Change
For Each oTask In ActiveProject.Tasks
to
For Each mspTask In ActiveProject.Tasks

I also suggest changing
olTask.Body = mspTask.Name
to
olTask.Subject=mspTask.Name
Regards,
Rick Williams
 

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