settextcolor copy to excel
Posted: Fri Sep 20, 2013 11:40 am
Consider
If the entries are copied to Excel, no color. If the entries are copied to Word, color. If the entries are then copied from Word to Excel, color. Note that Gareth's ARIMAsel labels an entry with settextcolor red and has the same behavior.
I doubt this is a bug in Eviews, but I didn't think it was a programming question either so I posted here.
Eviews version 8 Sep 12 2013 build MS Office 2010 (same behavior in Eviews 7 and MS Office 2003/7)
Code: Select all
table colorresults
colorresults(1,1)="Green"
colorresults(2,1)=3
colorresults.settextcolor(1,1) green
colorresults.settextcolor(2,1) red
I doubt this is a bug in Eviews, but I didn't think it was a programming question either so I posted here.
Eviews version 8 Sep 12 2013 build MS Office 2010 (same behavior in Eviews 7 and MS Office 2003/7)