MPP File

K

Kev

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.
 
A

AmiProject

Probably you just have wrong file extension association which opens Adobe
reader for *.mpp files?
 
J

Jim Aksel

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
 
J

Jim Aksel

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
 
S

Sushma S P

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 itto
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.

Hi,
You can opening or viewing your file using a Microsoft Project
viewer. Here is the best viewer ie ValleySpeak Project Viewer. You can
get a free 15day trial of the product. Visit the site www.valleyspeak.com
 

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