04 2007 档案

摘要:Press the button to start Excel and display quarterly data. 阅读全文
posted @ 2007-04-16 09:41 Rookie.Zhang 阅读(193) 评论(0) 推荐(0)
摘要:Source: Industry Data 阅读全文
posted @ 2007-04-16 09:39 Rookie.Zhang 阅读(148) 评论(0) 推荐(0)
摘要:Dim oChart As Excel.ChartDim oAxis As Excel.AxisSet oChart = Sheet5.ChartObjects(1).ChartSet oAxis = oc.Axes(1)oAxis.TickLabels.Orientation = 90 '-90 ~90设置文字方向 阅读全文
posted @ 2007-04-11 12:56 Rookie.Zhang 阅读(581) 评论(0) 推荐(0)