2014年5月9日

【VBA】制作散点图及打标签VBA

摘要: 1、散点图的制作必须只选择xy轴对应的数据,不能选中标签。2、调整xy轴交叉点,改为四个象限。3、通过菜单移动散点图到新表。4、运行宏,打上文本标签。VBA如下 1 Sub AttachLabelsToPoints() 2 3 'Dimension variables. 4 Dim C... 阅读全文

posted @ 2014-05-09 07:45 colipso 阅读(2333) 评论(0) 推荐(0) 编辑

【VBA】合并多个excel文件

摘要: Fromhttp://www.zhihu.com/question/20366713VBA代码如下: 1 Sub 工作薄间工作表合并() 2 3 Dim FileOpen 4 Dim X As Integer 5 Application.ScreenUpdating = False 6 FileO... 阅读全文

posted @ 2014-05-09 07:36 colipso 阅读(1184) 评论(0) 推荐(0) 编辑

导航