Importing new start and finish dates
I have written a macro which imports new values from an Excel spreadsheet into the start and finish dates on a project. If I update a date manually it warns if the date is on a non-working day (the...
View ArticleResource Code while looking at Assignment Data?
I noticed that I could not directly access the Resource Code field while looking at Assignment data. I have the following code (specifics removed). Am I on the right track? Dim tsk as Task Dim asn as...
View ArticleUsing macro to copy template
Hello I have a template of task at the top of my task list and I want to copy an paste as sub project in the same documen The user chosse the cell of the project is want to add this template and ru th...
View ArticleUsing GetObject to access a Project file but getting Error 70:Permission Denied
Using Project 2010.. I have some VBA code that uses GetObject and I am passing the full path name of the file to the function which is stored in a Text box on a form. For example... Assume the Text box...
View ArticleAdding Customfield Value to a Process through PSI
Hello, i declared my Customfield as a Process so that i can make it visible via the WebApp. The Problem is that i get the following Error if i am trying to Update through QueueUpdateProject...
View ArticleComparing Constants between Active Project and Global File
I have a constant that is stored in a module in a Global file. I have the same constant stored in a Project file. I want to be able to compare the two to see which one is higher. Does anyone know how I...
View ArticleCustom fields update for assignments using PSI (project server 200
hello guys . i am able to add, update project, task and assignment custom field rows with or without lookups successfully after having to go through as much documentation as possible. But i am badly...
View ArticleMacro to Make Task Inactive
Experts, I am currently using MS Project 2007. I went to a 2010 conference the other day and really liked the new task "Inactive" feature. I want to implement something like it in my Server...
View ArticleTimeScaleValue
I am trying to add hours worked to an assignment. I copied and pasted the following code directly from the Help file: Dim TSV As TimeScaleValues Set TSV = ActiveCell.Resource.TimeScaleData("10/7/02",...
View ArticleQueueAddToProject causes CustomFieldCodeValueAlreadyUsed
Hello I have a fresh new ProjectDataSet, there I add some new tasks and some values for several task enterprise custom fields. Those custom fields are either text fields or fields with lookup tables....
View Article