J
jackal
I can manually transfer selected cost data from MS Project to MS excel.
However, when I attempt to do this programmatically it is unsuccessful. I
can get a macro to run successfully using the PasteSpecial method in Excel
CFWorksheet.Activate
Range(Cells(5, NCol), Cells(5, NCol + NMonths)).Select
ActiveSheet.PasteSpecial Format:="Text", Link:=False, DisplayAsIcon:=False
but it results in a blank cell.
However, when I attempt to do this programmatically it is unsuccessful. I
can get a macro to run successfully using the PasteSpecial method in Excel
CFWorksheet.Activate
Range(Cells(5, NCol), Cells(5, NCol + NMonths)).Select
ActiveSheet.PasteSpecial Format:="Text", Link:=False, DisplayAsIcon:=False
but it results in a blank cell.