R
Rohini
hi all
I've written the following to copy rows from MS Project into Excel:
....
pj.Application.SelectSheet
pj.Application.EditCopy
' in Excel
Range("A1").Select
ActiveSheet.Paste
....
The code copies the row displayed in Project into Excel, except for the
(task) ID column.
I've tried opening another ID column, but column "A" is still blank in
Excel, and the ID will be copied in column "B". (ie.: it will move
across one column).
Any ideas on how I can copy a row, including the task ID from Project
to Excel? The code above worked for MS Project 98 and 2000....
Many Thanks!
I've written the following to copy rows from MS Project into Excel:
....
pj.Application.SelectSheet
pj.Application.EditCopy
' in Excel
Range("A1").Select
ActiveSheet.Paste
....
The code copies the row displayed in Project into Excel, except for the
(task) ID column.
I've tried opening another ID column, but column "A" is still blank in
Excel, and the ID will be copied in column "B". (ie.: it will move
across one column).
Any ideas on how I can copy a row, including the task ID from Project
to Excel? The code above worked for MS Project 98 and 2000....
Many Thanks!