David,
Are you writing a program for personal use (your individual project plans) or do you want to update all/selected projects in the db?
Writing a VB program to manipulate the values through the project pro screen is limited to using SendKeys and mimicking the keystrokes required to make the changes you want made.
The better solution (as PMPfred suggested) is to go through the backend directly into the db and select/update the values using the appropriate SQL statements.
Earl
PMPFred,
I probably didn't post my question clear enough. What I really wanted to
do, is manipulate cost values in the Resource Information dialog box. In the
Costs tab, you can see a field called, "Effective Date". I wanted to change
these dates with Visual Basic.
David