python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Insert exceptions into Resource Calendar
I got this code below which populates the Standard (Base) calendar with public holidays. Can anyone point my in the right direct to do the same onto a resource calendar.
Example resource calendar name...
Joe Bloggs
Votes: 0
Answers: 1
How to Update a Microsoft Project Sub-Project Using VBA
We are attempting to update the status date in the sub-projects of a Schedule using VBA following the suggestions here and here. Ideally we'd like to keep the files closed while doing so, but are open...
user
Votes: 0
Answers: 2
How to change or set color of cell in MSProject programmatically in C# code?
I work on a VSTO Add-In for MS Project using C#. I try to set color of active cell using code like this:
foreach (JobDTO job in jobList)
{
this.Application.SelectRow(this.Application.ActiveProject...
Maxim Malakhov
Votes: 0
Answers: 2
I can't access columns in MS Project VSTO Add-In
I would like to get and set the Microsoft.Office.Interop.MSProject.Task
objects displayed in the column Show on Board and Board Status in a MS Project VSTO Add-In. But it seems that these object membe...
Jakob
Votes: 0
Answers: 2