I am trying to create an MPP file (MS Project) using VB.NET in a windows forms application using the MS Project Interop. I have been able to, create the project, load the resources and the tasks, but now I am stuck on how to assign the values for a resource to a task. I need to set it at the month level.
Since the values can be different depending on the month, I cant figure out how to even begin.
The months and years could be different. I need to be able to get the month/year and value and assign it to that task and resource.
Any ideas, because I do not know where to start. Since you can zoom in and out in project to view it by day, week, month, qtr, year, it is confusing how to just set it by month. Not sure if TimeScale has anything to do with it.
Any help would be very much appreciated. There isnt much out there in terms of coding for MS Project like there is for excel or other office products.

