Questions tagged [ms-project]

Microsoft Project is a tool to help plan projects and track progress against that plan

Microsoft Project is a software tool for planning projects at granular level and tracking progress against that plan. You can:

  • plan projects
  • create teams
  • create resources and manage their working time
  • manage tasks and allocations of resources to tasks
  • create timesheets
  • track work progress (actuals)
  • track project costs

and much more in a single intuitive interface.

This tag is for programming questions related to the use of . General questions about MS Project use should be referred to superuser.com.

Links:

999 questions
102
votes
13 answers

VBA array sort function?

I'm looking for a decent sort implementation for arrays in VBA. A Quicksort would be preferred. Or any other sort algorithm other than bubble or merge would suffice. Please note that this is to work with MS Project 2003, so should avoid any of the…
Mark Nold
  • 5,638
  • 7
  • 31
  • 33
20
votes
5 answers

Programmatically access a Microsoft Project (MPP) file from C#

What are my options for programmatically accessing a Microsoft Project file? What are the pros and cons of each approach? I will basically need to import all data from the file into another data structure. Using the Office Interop assembies is low…
Bob
  • 97,670
  • 29
  • 122
  • 130
15
votes
1 answer

How to force tasks in Microsoft Project to be "scheduled" based on priority and resource assignment?

I needed to do some higher-level project planning that doesn't really fit into the workflow of our day-to-day task management tools (FogBugz and whiteboards), so I figured I'd give MS Project a whirl (it being free through MSDN). I've hit a pretty…
cemerick
  • 5,916
  • 5
  • 30
  • 51
11
votes
2 answers

disabling overwrite existing file prompt in Microsoft office interop FileSaveAs method

I am using Ms Office Interop assemblies to create a MS Project file. To save the file created, I am using FileSaveAs method and it prompts a message saying that if you want to replace the existing file. I want to suppress the message, and I didn't…
Elangovan
  • 1,449
  • 2
  • 23
  • 41
8
votes
11 answers

Microsoft Project

Is Microsoft Project the best tool for managing software development or IT projects or is there an alternative that is better?
David Neeck
  • 221
  • 3
  • 15
7
votes
1 answer

Is there VBA Code to see if Enterprise Project 2013 file is checked out before opening?

Trying to help our Project 2013 Users out with some VBA code, and we have come to a point where we can't seem to find an answer for finding if a Project 2013 file is checked out on our PWA server using VBA. They basically have a list of Projects set…
David Welker
  • 368
  • 2
  • 13
7
votes
9 answers

Alternatives to MS project server

I manage a small group and I'd keep my work breakdown in project. However, it's difficult to provide my team with an adequate view into the project and ability to report on their progress. I looked at MS Project Server (the sharepoint webpart) but…
Ajaxx
  • 2,500
  • 4
  • 27
  • 38
7
votes
5 answers

MS Project Gantt chart control usage in C#

Has anybody used the MS Project Gantt chart control in C#? If yes, can you share some resources regarding this?
Drakiula
  • 317
  • 1
  • 4
  • 10
7
votes
4 answers

How to create .mpp file in java?

I am able to create .mpx file by using mpxj library in java. I need write ( create ) .mpp file in java can any one suggest me please.
Sree
  • 2,792
  • 8
  • 25
  • 33
6
votes
0 answers

Project Server Online CSOM - GeneralSecurityAccessDenied while reading TimePhase Assignments

This is my first SO question so please let me know if this question is not very clear or if I am missing anything. FYI SO prevented me from attaching links, so sorry for all the bad formatting. Overview I'm trying to read (and write) the "Actual…
6
votes
2 answers

Write Microsoft Project file

I have a requirement to export to Microsoft Project from my company's program. As far as I've seen there are a few options: Use one of the interchange formats, e.g. xml, mpx, mpd Use the COM object model and automation to write the file Buy a…
Einar Egilsson
  • 3,438
  • 9
  • 36
  • 47
6
votes
2 answers

how to edit TimescaleStart of MS Project Using C#.net

I have a requirement to modify the ms project file (.mpp) using C#.net. I have done with all the things, the only thing remaining is to modify the TimescaleStart date of MPP file using C#.net. I need to set the user defined date. How can i do…
Shaikh Farooque
  • 2,620
  • 1
  • 19
  • 33
5
votes
1 answer

Ms Project VBA Macro Organiser to subproject copy issue

I have a simple line of code that attempts to copy text field via project organiser from a Master project/Global.mpt to subproject within the master project (active project). I have tried multiple ways but i'm failing either with 'Run-time error…
5
votes
1 answer

Preventing a project from being discovered as a test project

I have for several project a common util project which consits of some base test classe, helper class and so on. The project definition looks like this:
Ackdari
  • 3,222
  • 1
  • 16
  • 33
5
votes
1 answer

C# MS Project Interop - Get Resource's Working Time

In MS Project I can go the resource sheet, then right click on a resource, go the the Resource Information dialog, then click "Change Working Time..." and enter holidays, sick leave or other absences for that resource. I'd like to access the same…
ng5000
  • 12,330
  • 10
  • 51
  • 64
1
2 3
66 67