A
Alexander Barvinsky
Hi,
I recording macro wich havet to coptying to clipboard summary info from
summary task (row = 0)
Sub Report()
' Copying EV to clipboard
ViewApply Name:="Report"
SelectTaskField Row:=0, Column:="BCWS", Width:=9
EditCopy
End Sub
It work only if I use it from not "Report" view. If I select any row in
Report view and run macro it's copy to clipboard data from currently selected
row, not from 0. Ho to fix?
And another one question: can I format copting data?
After copying cells to the Excel I cant
Alerxander Barvinsky
pm4pm.org
I recording macro wich havet to coptying to clipboard summary info from
summary task (row = 0)
Sub Report()
' Copying EV to clipboard
ViewApply Name:="Report"
SelectTaskField Row:=0, Column:="BCWS", Width:=9
EditCopy
End Sub
It work only if I use it from not "Report" view. If I select any row in
Report view and run macro it's copy to clipboard data from currently selected
row, not from 0. Ho to fix?
And another one question: can I format copting data?
After copying cells to the Excel I cant
Alerxander Barvinsky
pm4pm.org