Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MPP File

4 views
Skip to first unread message

Kev

unread,
Feb 6, 2010, 5:19:01 PM2/6/10
to
I work with project from my office and home. I run project std 2007 at both.
When I try to email a file to my work I cant open it. I tried to email it to
myself and experience the same problem. When I have finished my project and
save it, it is always saved in Adobe reader format. Any help would be
appreciated.

Unknown

unread,
Feb 6, 2010, 8:34:31 PM2/6/10
to
That shouldn't be the case. I wonder if perhaps your computer is encrypting
it or something...?

I presume you don't have the same experience with Office documents?


- Andrew Lavinsky
Blog: http://blogs.catapultsystems.com/epm

AmiProject

unread,
Feb 8, 2010, 11:58:01 AM2/8/10
to
Probably you just have wrong file extension association which opens Adobe
reader for *.mpp files?

--
Denis
http://www.amiproject.com Microsoft Project online viewer

Jim Aksel

unread,
Feb 8, 2010, 1:05:01 PM2/8/10
to
As Denis suggests, I'd check the file association in Windows. Be sure *.mpp
points to MS Projectd instead of Adobe Reader.

If that is not the case, the only other place to look in Project is
Tools/Options/Save (tab) and check the file type there. However, that should
never show you pdf as an option.
--
If this post was helpful, please consider rating it.

Jim Aksel, MVP

Check out my blog for more information:
http://www.msprojectblog.com

Jim Aksel

unread,
Feb 8, 2010, 2:14:17 PM2/8/10
to
Yes, these are possible and they do exist... Your question is?
If you wish to create such a macro yourself, you may want to repost to the
developer newsgroup. Here is some general guidence

Public Sub xxx()
Dim t As Task
Dim counter As Integer
counter = 0

For Each t In ActiveProject.Tasks
If ((t.Milestone = True) And( t.Summary = False)) Then
counter = counter + 1
Next t
MsgBox (counter)
End Sub

This is off the top of my head, so please check the syntax, etc.
If you have external links in your file, add the test t.ExternalTask=False

Message has been deleted
0 new messages