摘要: Sub NextSeven_CodeFrame() '应用程序设置 Application.ScreenUpdating = False Application.DisplayAlerts = False Application.Calculation = xlCalculationManual '错误处理 On Error GoTo ErrHandl... 阅读全文
posted @ 2017-07-07 19:49 wangway 阅读(175) 评论(0) 推荐(0) 编辑
摘要: Const ModelText As String = "机构名称" Const ModelName As String = "测试文件.pptx" Sub NextSeven_CodeFrame() '应用程序设置 Application.ScreenUpdating = False Application.DisplayAlerts = False Appl... 阅读全文
posted @ 2017-07-07 19:46 wangway 阅读(148) 评论(0) 推荐(0) 编辑
摘要: Sub NextSeven_CodeFrame() '应用程序设置 Application.ScreenUpdating = False Application.DisplayAlerts = False Application.Calculation = xlCalculationManual '错误处理 'On Error GoTo ErrHandl... 阅读全文
posted @ 2017-07-07 19:42 wangway 阅读(183) 评论(0) 推荐(0) 编辑
摘要: Sub NextSeven_CodeFrame() '应用程序设置 Application.ScreenUpdating = False Application.DisplayAlerts = False Application.Calculation = xlCalculationManual '错误处理 On Error GoTo ErrHandle... 阅读全文
posted @ 2017-07-07 19:39 wangway 阅读(334) 评论(0) 推荐(0) 编辑
摘要: Sub NextSeven_CodeFrame() '应用程序设置 Application.ScreenUpdating = False Application.DisplayAlerts = False Application.Calculation = xlCalculationManual '错误处理 On Error GoTo ErrHandle... 阅读全文
posted @ 2017-07-07 19:35 wangway 阅读(218) 评论(0) 推荐(0) 编辑
摘要: Sub InsertToDataBase() Dim DataPath As String Dim SQL As String Const DataName As String = "yunying.mdb" Const TableName As String = "关键词效果分析" DataPath = ThisWorkbook.Path & "\"... 阅读全文
posted @ 2017-07-07 19:31 wangway 阅读(331) 评论(0) 推荐(0) 编辑
摘要: Public Sub 多个区域拆分到多表() AppSettings On Error GoTo ErrHandler Dim StartTime, UsedTime As Variant StartTime = VBA.Timer 'Input code here Dim Wb As Workbook Dim sht As Workshe... 阅读全文
posted @ 2017-07-07 09:32 wangway 阅读(260) 评论(0) 推荐(0) 编辑
摘要: Sub NextSeven_CodeFrame() Application.ScreenUpdating = False Application.DisplayAlerts = False Application.Calculation = xlCalculationManual Application.StatusBar = ">>>>>>>>程序正在运行>>>... 阅读全文
posted @ 2017-07-07 00:28 wangway 阅读(283) 评论(0) 推荐(0) 编辑
摘要: Dim Rng As Range Dim Arr As Variant Dim LastCell As Range Dim FindText As String Dim ItemCount As Long Dim Dic As Object Private Sub CbOption_Change() FindText = CbOption.Text If Len(FindText... 阅读全文
posted @ 2017-07-07 00:26 wangway 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Public Sub Basic_CodeFrame() AppSettings On Error GoTo ErrHandler Dim StartTime, UsedTime As Variant StartTime = VBA.Timer 'Input code here Call SubTotalData UsedTime = ... 阅读全文
posted @ 2017-07-07 00:23 wangway 阅读(393) 评论(0) 推荐(0) 编辑