View Full Version : project vba


mission2java_78
12-20-2002, 10:19 AM
Does anyone know or has programmed in MS Project?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Basically behind the Visual Basic macro window I've captured some values from 2 different project files...I want to be able to send these values to an excel spreadsheet for instance:

I grab a commission number a cost unit and 2 dates:

C.2020 170 11/12/01 11/12/02


Then I want to send this to Excel...

After im done I should have an excel spreadsheet that looks like this:

Comm Cost D1 D2
C.2020 170 11/12/01 11/12/02
.....
.....

C.XXX...

and so on

Anyone know or can offer any help to send this data to excel?

Jon