上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页
摘要: Public Sub ImportPicturesBaseOnExcel() Dim shp As Object Dim xlApp As Object Dim Wb As Object Dim Rng As Object Dim FolderPath As String Dim ImgFolder As String Dim Excel... 阅读全文
posted @ 2017-09-07 10:34 wangway 阅读(210) 评论(0) 推荐(0) 编辑
摘要: Dim Dic As Object Sub GetFileName() Dim FolderPath As String Set Dic = CreateObject("Scripting.Dictionary") FolderPath = ThisWorkbook.Path & Application.PathSeparator & "2011年报表" Recu... 阅读全文
posted @ 2017-09-06 20:39 wangway 阅读(177) 评论(0) 推荐(0) 编辑
摘要: Public Sub GatherDataInSameWorkbook() AppSettings ' On Error GoTo ErrHandler Dim StartTime, UsedTime As Variant StartTime = VBA.Timer '>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>... 阅读全文
posted @ 2017-09-06 20:36 wangway 阅读(175) 评论(0) 推荐(0) 编辑
摘要: Public Sub GetDataFromWord() AppSettings 'On Error GoTo ErrHandler Dim StartTime, UsedTime As Variant StartTime = VBA.Timer 'Input code here Dim Wb As Workbook Dim Sh... 阅读全文
posted @ 2017-09-06 12:40 wangway 阅读(171) 评论(0) 推荐(0) 编辑
摘要: Private Sub GetClientAccountList() Dim EndRow As Long Dim i As Long, j As Long Dim m As Long, n As Long Dim TakeSum As Double, PaySum As Double Dim NotTake As Double, NotPay As Do... 阅读全文
posted @ 2017-08-24 22:44 wangway 阅读(239) 评论(0) 推荐(0) 编辑
摘要: Public Sub GetCellPhone() Dim CellPhone As String Dim Arr As Variant Dim Brr As Variant Dim n As Long Dim FolderPath As String Dim FileName As String Dim FilePath As Strin... 阅读全文
posted @ 2017-08-22 16:30 wangway 阅读(181) 评论(0) 推荐(0) 编辑
摘要: Const ADDIN_NAME As String = "AddInFunction" Const SETTING_ITEM As String = "AddInSetting" Const KEY_NAME As String = "RegisterCpu" Sub TestRegister() Debug.Print IsRegistered End Sub Public Func... 阅读全文
posted @ 2017-08-22 14:36 wangway 阅读(111) 评论(0) 推荐(0) 编辑
摘要: f 阅读全文
posted @ 2017-08-21 14:14 wangway 阅读(115) 评论(0) 推荐(0) 编辑
摘要: Public Sub CopyModelHideBlankRows() AppSettings Dim StartTime As Variant Dim UsedTime As Variant StartTime = VBA.Timer Dim RngAddress As String, Rng As Range, Sht As Workshee... 阅读全文
posted @ 2017-08-21 09:05 wangway 阅读(454) 评论(0) 推荐(0) 编辑
摘要: Sub HideBlankRowsBetweenUsedRange() Dim URows As Range, i As Long, EndRow As Long With ActiveSheet EndRow = .Cells.Find("*", .Cells(1, 1), xlValues, xlWhole, xlByRows, xlPrevious).Row... 阅读全文
posted @ 2017-08-21 09:03 wangway 阅读(366) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页