06 2022 档案

摘要:Sub GetSheetName() Dim Path As String Dim File As String Dim WB As Workbook Dim sht As Worksheet Dim arr() As String Dim narr() As String Application. 阅读全文
posted @ 2022-06-28 14:02 tec2019 阅读(287) 评论(0) 推荐(0)
摘要:Sub GetSheetName() Dim Path As String Dim File As String Dim WB As Workbook Dim sht As Worksheet Application.ScreenUpdating = False Path = ThisWorkboo 阅读全文
posted @ 2022-06-28 08:45 tec2019 阅读(1069) 评论(0) 推荐(0)
摘要:Sub compact_code() On Error Resume Next Dim Element As Object For Each Element In ActiveWorkbook.VBProject.VBComponents ActiveWorkbook.VBProject.VBCom 阅读全文
posted @ 2022-06-14 08:43 tec2019 阅读(607) 评论(0) 推荐(0)