Resource Sheet

A

Aditya

Hi all,

How to access Resource sheet using C# .Net in MSProject 2007?
I need to check/remove resources from Resource sheet programatically...


Thanks,
 
R

Rod Gill

Hi,

Record a macro in VBA doing what you want, then convert to C#. VB will be
quicker and produce code easier to maintain an work with when doing any
Office Automation. Speed of end code will be exactly the same. VB Has
optional parameters and other advantages with Automation.

--

Rod Gill
Microsoft MVP for Project

Author of the only book on Project VBA, see:
http://www.projectvbabook.com
 
Top