D
David Altemir
I want to update Duration, Work, %Complete by running a macro within
the MS Project that opens an Excel file, reads the values in the
spreadsheet, and copies those values into MS Project.
For example, the Excel file will look like:
TaskName | Duration
-------------------------------
3267123 | 6
3673214 | 12
3679182 | 3
3670319 | 10
where the column headers are contained in Row 1.
Can someone clue me in as to how to write VBA code in MS Project that
parses through the spreadsheet and updates the tasks' parameters
accordingly? Any code examples somewhere?
the MS Project that opens an Excel file, reads the values in the
spreadsheet, and copies those values into MS Project.
For example, the Excel file will look like:
TaskName | Duration
-------------------------------
3267123 | 6
3673214 | 12
3679182 | 3
3670319 | 10
where the column headers are contained in Row 1.
Can someone clue me in as to how to write VBA code in MS Project that
parses through the spreadsheet and updates the tasks' parameters
accordingly? Any code examples somewhere?