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
0
votes
2 answers

Export MS Project 2010 to MS Access .mdb file

I've written an C# application which works with .mdb exported by MS Project 2003. Now my company has upgraded to MS Project 2010 and I can't find any chance to export the whole data to an .mdb file. Can you help me to export all data or is there an…
TabulaRasa
  • 131
  • 1
  • 4
  • 13
0
votes
1 answer

How to read MPP file into ASP.NET (C#) without any software installed

My colleague has asked me to import .MPP data into SQL Server database. Here the twist is that I DON'T have any software installed for managing .MPP file. After googling some time, I found that MPXJ can help me to some extent. Hence, I have tried to…
Ashok kumar
  • 1,593
  • 4
  • 33
  • 68
0
votes
1 answer

Issue with TFS populating properly in MS Project

I have a field defined in TFS so that it maps to the Finish date in MS Project. When I load the data from TFS into MS Project that field does not populate into the Finish field. However, when I populate the Finish field in MS Project and click on…
-1
votes
0 answers

How to insert a Windows Form into a MS Project 2010 View?

I have a database which contains data regarding specific tasks from a Ms Project file. In order to see these data, I right click on a task and by clicking on a menu item, it opens a Window Form displaying the data regarding the task. I developed…
yoozz
  • 247
  • 2
  • 15
-1
votes
1 answer

TFS - opening task queries in MS project

Using TFS 2010 and project 2007, I am created several work items in TFS, some nested. I open the task query in TFS and then choose the option to open the query in project. MS project fires up and lists the work item ID, Title, Duration, Start,…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
-1
votes
0 answers

Project template files won't open, they did last week

My system is Windows 10, Project Pro 2019 (version 2307, build 16626.20170 CTR). I have a Project file (MPP) that was created by someone else using the French version of Project. He sent my the file via e-mail several weeks ago. I saved the file as…
john-project
  • 331
  • 1
  • 7
-1
votes
0 answers

Add the same task at the same spot in multiple projects at once (Project for the web)

I have multiple projects (40+) in project for the web. I need to add specific task in every single one and I do not want to open and insert it manually in all the projects. Is there a way to do this once and for every project? I did not find a way…
BAE_23
  • 99
-1
votes
1 answer

Create .mpp file with the blank project via cmd (Windows)

I wanted to create Ms Project file via windows cmd in my script. The problem is to find the proper command in cmd to create a new .mpp file with the blank project already in it (if the empty project wouldn't be created before, it'll fail my further…
phamer
  • 3
  • 1
-1
votes
1 answer

How can I get all tasks from Microsoft Project Professional using Add-in?

I did try using the Office.context.document.getSelectedDataAsync(), but I need to click in the row to get the data from the task. I need to get all tasks without clicking using Javascript inside the Add-in Project.
-1
votes
2 answers

Can I use Conditional Formatting in MS Project to change text color based on Task Name Text?

In MS Projects, I need to utilize VBA to conditionally format all rows with "payment" somewhere in the Task Name to have bold, red text.
cnpulse
  • 3
  • 2
-1
votes
1 answer

Format Summary task

This code is not working, i want change colar and format with this code. What is wong. Sub asdf1() Dim msTask As Task For Each msTask In ActiveProject.Tasks If msTask.Summary = True Then GanttBarFormat GanttStyle:=5, TaskID:=msTask.ID, _ …
Pedro6840
  • 9
  • 2
-1
votes
1 answer

Does Project for the web supports integration with Azure Devops Services(Cloud)?

Does Project for the web supports integration with Azure Devops Services(Cloud)? -I am trying to integrated Project for the web with Azure Devops Services, I am trying to add a new row to the roadmap and add a epic, I am successfully able to add the…
P M
  • 13
  • 2
-1
votes
1 answer

Extracting time phased work effort to excel

Has anyone been able to get the time-phased work effort VBA extract macro by Jack Dalhgren, its quite an old macro. I've been able to create the form and the macro works for the default timephase which is weeks, but if I select another say months I…
Alw
  • 1
-1
votes
1 answer

Timephased view of Remaining work in MS Project

How to get a time-phased task-wise view of 'remaining work' in MS Project? Have tried the task usage option but the timephased view seems to be available only for the total work, and not the remaining work.
-1
votes
1 answer

Automatically adding subtasks to Microsoft Project from Excel file

So I have an Excel file where each row is a new task in Microsoft Project. The Excel file is refreshed each week with new rows. I used the Project import wizard to map the fields so when I merge the Excel file into Project the mapped fields are…
hockeyhorror
  • 57
  • 2
  • 7