Microsoft Project is a tool to help manage projects.

learn more… | top users | synonyms

0
votes
0answers
2 views

MS Project % Complete can only be 0 or 100%

I have a task in MS Project that I need to update and it only lets me enter in 0% or 100%. If I enter 50% it automatically returns to 0%. It has one predecessor that is complete and is an ...
0
votes
0answers
5 views

Combining a Task and Resouce view/table Ms Project 2010

Is there any way to create a custom "summary" view where i can combine Tasks and Resources fields? I'm looking for something like: Task Name | Resource Name | Standard Rate | Baseline Work | ...
0
votes
0answers
22 views

Progress percent issue in ms project [closed]

I have created a new MS project file and simply added a single task. Task Properties are, Start: Today Duration: 1d Percent Complete: 50% When i change it as xml file and re-open it, the Duration ...
0
votes
0answers
28 views

How to Identify Overlapping Resources in Multiple Projects - Microsoft Office

My questions is as follows: Is there a way to make a master project plan incorporating multiple projects (not necessarily sub projects) in Microsoft office. As our resources get pushed around due to ...
0
votes
0answers
40 views

Aspose.Tasks. Microsoft Project. Get the resource usage by day

Im trying to get a resource usage of specific resource in specific day. I tryed to use Resource.TimeScaleData but it always returns 0 items. While in debug mode, the Resource.TimephasedData ArrayList ...
0
votes
2answers
39 views

Getting view options in Microsoft Project using VBA

If I want to change the current date format to 20, for example, I can use the command OptionsViewEx DateFormat:=20 but how can I get the current date format (or any other view option for that ...
0
votes
0answers
12 views

Handle OnArchive event finished in MS Project 2013

I'm using MS Project 2013 and I have a problem: The code below creates the job and I use it in the OnCreated event. var jobGuid = arc.QueueArchiveProject(newJobGuid, currentProjectGuid, ...
0
votes
0answers
16 views

Reverse dependency in MSProject (Start-Finish) in 3-task-scenario not understood

I'm kind of experienced with msproject. Nevertheless I ran into a pretty simple problem which I can't solve. Please help. Direct solutions or VBA solutions are welcome. The case: Three tasks need to ...
0
votes
2answers
102 views

Changing a value at a specific taskID within MS Project through C#(Microsoft.Office.Interop.MSProject)

I am trying to edit a task in MS Project. I want to update specific tasks(multiple tasks) at the column "StartDate" with a single date from a dateTimePicker. I am using ...
0
votes
1answer
159 views

Add column/custom field in MS Project .mpp file programmatically

I am using following code to create the .mpp file programmatically. This create a MS project file with default fields (Task Mode, Task Name, Duration...). I want to add a custom column/fields with ...
0
votes
1answer
27 views

how to add current date as start date while generating a mpp file using java?

I am working on a small project where we need to generate a MPP plan from reference plan. In my reference mpp file i have some old date. When we are generating the new plan we are expecting the start ...
0
votes
0answers
46 views

How can i close a MsProject process without problems?

I am using Office automation (I know that interop MsOffice in Asp.NET not is recommended http://support.microsoft.com/kb/257757, but please do not discuss this) in ASP.NET and i can close the process ...
0
votes
1answer
76 views

What MIME type should I use for an MPP file?

I have seen an example of what i intend to do from this question uploading documents to sql server i have this working fine, but how would you upload an .mpp file? What would be the type be for it I ...
0
votes
1answer
228 views

Import from Excel to MS Project

First the problem: I am simply trying to export an MS Project plan to excel and then import it back into project. Everything works fine for the most part (I create a mapping with primary key based on ...
1
vote
1answer
56 views

VSTO: MS Project - Activate the project window

I have 2 applications - a VSTO application (running as an addin inside MS Project) and a secondary application, which uses VBA to launch MS Project and call the addin. The problem is that when I open ...
0
votes
0answers
41 views

MSProject - resource units becomes 1000% after changing work value

I'm having a really frustrating issue with the msproject2007 gantt: I have a task with startDate = 21/05/12, finishDate = 10/06/12, "% complete" = 75% Work = 15 days ...
0
votes
2answers
84 views

How can I copy a project?

I need a copy of a project, but I don't find a method like Clone() or other. This is my code: private void Change(ArrayList SecuenciasIniciales, Project pj) { Project pjTemp = ...
0
votes
1answer
152 views

Best way to pull data from MS-SQL-Server 2005 to MS-Project-CLIENT 2010?

suppose I have a custom CRM software, writing data to MS-SQL-SERVER 2005, and I am trying to pull data from MS-SQL-SERVER to MS-Project-client 2010. I did some reading and have this questions: what ...
0
votes
0answers
80 views

Color Column in Gantt Chart [closed]

I have a project that will come close to another higher priorty project that is not tracked in my current project. Is there a way to change the standard Gantt column color/shading to lets say red ...
0
votes
1answer
95 views

How to save or send the data entered on web page into a Microsoft Project(.mpp) file in java

One of our clients requires a web application to be created with elements mapping to the columns of Microsoft Project (.mpp) file. As soon as an employee/resource enters details about his task like ...
1
vote
1answer
118 views

How can I set the calendar property on my MSProject project?

I have a project of MSProject and I want to change the calendar in use. The problem is that I cannot find this property. Here I show my code: Microsoft.Office.Interop.MSProject.Application app = ...
0
votes
0answers
149 views

GetType().InvokeMember always throws an exception

I have a MS Project VSTO project that creates custom Ribbon using XML. I have another C# project from where I would like to access a button in the Ribbon on the Add-in. I am using the following ...
0
votes
1answer
64 views

MS Project COM: Click on a Ribbon UI button using COM

I have 2 different .NET projects: 1) MS Project 2010 VSTO project: This project adds a custom ribbon (using XML) to MS Project's ribbon UI. There is a button on this custom ribbon (called ...
2
votes
1answer
327 views

Adding userform controls during runtime “Object variable or with block variable not set” error

My code below is giving an error on the line Set VM = AP.VBProject.VBComponents("ViewManager").Designer.Controls I have looked up many examples of working code and cannot figure out how mine is ...
0
votes
1answer
244 views

MS Project 2010 AddIn: Get/Edit Custom Enterprise Field-Entries in Client without PSI

Currently I am working on an AddIn for Microsoft Project 2010 Client. I would love to read out the value of a custom enterprisefield corresponding to the selected task, resource or project without ...
0
votes
1answer
95 views

MS Project VSTO: Closing MS Project causes it to hang indefinetely

I have replicated this issue in both Project 2010 and 2013. I developed a VSTO addin, using Visual Studio 2010. In this addin, I have exposed a COMVisible method. I also have a different (non .NET) ...
0
votes
0answers
61 views

How to retrieve MS Project Print Dialog Box info (ex: FromDate)?

After an extensive search I cannot figure out how to retrieve the print range dates from the Print Dialog Box. I'm looking for the variables FromDate and ToDate as entered by the user. I'd like to ...
0
votes
1answer
92 views

actual work hours larger than plan work hours in microsoft project

I update my project actual work hour every week.But if actual work hours larger than plan work hours,the plan work hours is changed to equal to actual work hour automatic.Is there any way that ...
0
votes
2answers
177 views

how can i open a mpx project file and then save it as mpp project?

I have an application in Asp .Net Mvc3, i am using the mpxj library for to generate a project file (with extension mpx). But this file not contain dates for Tasks, then i want to open the file with Ms ...
1
vote
1answer
2k views

How to Import Excel Worksheet into Microsoft Project?

I want to import the following Microsoft Excel worksheet into Microsoft Project (2010): Essentially, the worksheet has tasks and subtasks in column A, Start Dates in column B, and Finish Dates in ...
0
votes
1answer
55 views

Enterprise Lookup Tables

I have Microsoft Project 2010 Server. How can I read all values defined for enterprise lookup table from inside of Microsoft Project 2010? I use VSTO. Have already tried ...
0
votes
1answer
336 views

How to programmatically change background color in MS Project 2007 cell?

I am tring to automate some MS Project features using C# and cannot find a solution how to change background and font color of special task cell. I enumerate all tasks in project in that code sample, ...
1
vote
0answers
449 views

MS Project 2013 and TFS 2010 integration

I am trying to import TFS items to a MS Project file. It works perfectly for almost all use cases except the case when "Duration" field is empty or less than 1. So, as a result I cannot import not ...
0
votes
0answers
54 views

TimeSheet Update Error

I'm trying to update a timesheet in ProjectServer2013 and I keep getting an exception, like: ProjectServerError(s) LastError=GeneralInvalidOperation Instructions: Pass this into PSClientError ...
0
votes
1answer
72 views

msproject - creating an indicator that more than one resource is allocated to the task

I'm fairly new to MSProject and i believe my request is pretty simple: I would like that an indicator show an icon when a task has more than one resource allocated to it. is it possible? p.s my goal ...
1
vote
1answer
91 views

VSTO: MS Project - Adding a project as a subproject causes all tasks in Sub Project to get new GUID

When I add an existing project as a subproject to another project, all the GUIDs in the subproject get recalculated! Opening the original subproject file (say F1) separately continues to show the old ...
1
vote
2answers
141 views

VSTO: MS Project - Calculating the ID for child tasks performance issues/workaround

I have a database that contains a list of Tasks. I am using VSTO to read from this database and create a new Microsoft Project out of it. The upper limit for the Tasks is 3000. The problem is that ...
0
votes
2answers
110 views

VSTO: Speeding up adding tasks in MS Project using VSTO

I am using my VSTO to add roughly 3000 tasks to MS Project. The problem is that it adds very slowly - approximately 28-30 mins (and sometimes even more). I am making sure to disable screen updates ...
0
votes
0answers
79 views

VSTO: How to bind “Resource Name” column in MS Project to a custom data source

Is there a way to get the names for the "Resource Name" column in Microsoft Project from an external application? I am using VSTO and "Project Web App" is not an option.
1
vote
2answers
63 views

VSTO: How to differentiate tasks from master project and subprojects

Using the Microsoft Project VSTO, I am able to iterate through all the Tasks in a project. The problem with this approach is that if a file has one master project and multiple subprojects, the Tasks ...
1
vote
1answer
98 views

MS Project VSTO: Working on a subproject without first opening it

I have a ".mpp" file that has a master project and sub-projects. I want to be able to modify and read the sub-projects, without having to call "FileOpen" for each sub-project. I see that ...
0
votes
2answers
589 views

MS Project data in SQL Server

I have been given the task to Load all our company's project data from MS Project into SQL Server to be able to create reports and dashboards from the project data. I know you can export a specific ...
1
vote
1answer
65 views

Root task object is not available in MS Project Tasks collection (VSTO)

I am working with Visual Studio 2010 and targeting MS Project 2013 and for some reason when I iterate through the Tasks collection, the ultimate root does not show up. For reference, I am using the ...
0
votes
0answers
31 views

TFS-Project Integration Rounding Errors

I have TFS work item to MS Project integration working fairly well for most of my users. I have the mapping between TFS and project set up so that schedule information is both published from Project ...
0
votes
0answers
54 views

Inserting a task changes all predecessors [closed]

Whenever I add a task by clicking 'insert task', all the predecessors that are below the inserted task change their predecessor. Is there a way to keep them the same when I insert a new task?
0
votes
0answers
48 views

How To fetch name of the user who has opened a file(shared) on a network in a macro

I am trying to open some shared MPP file located on a remote Network. I have a requirement to find the name of the user who had locked the file. I am using this cod:e Set mppOutput = ...
2
votes
0answers
126 views

SharePoint Gantt View: “ListViewWebPart” error, comes up when I change from default view to Gantt

I have linked a microsoft project plan 2010 to SharePoint 2010 and am able to edit and add tasks when it is in a normal table view. However, when I go to create view and attempt to display it as a ...
0
votes
1answer
120 views

Resources in MSProject AddIn: Add a server related resource to the local version of the project

currently I am developing an AddIn for MS Project 2010. In this AddIn the user filters all employees stored as MS Project Resources on the Project Server by several criteria. After finding a ...
1
vote
1answer
342 views

Automate MS project

Is there a way that we can automate the input in ms project 2010. Below are the scenarios: We have a vb.net application that uses to inputs task name, hours, estimate and completion date time. Is ...
0
votes
1answer
107 views

Exception while adding TimeScaleValue MS Project

I'm getting this exception in this code: Dim TSV As TimeScaleValues TSV = ActiveProject.Task(ntask).Resources(nresource).TimeScaleData(nStartDate , nEndDate, ...

1 2 3 4 5