更新 vba_code_common.bas

This commit is contained in:
2026-04-14 03:25:36 +00:00
parent b9f06820f9
commit 36f96417e4

View File

@@ -183,8 +183,7 @@ Sub ToggleAutoFilter(Optional ByVal filterRow As Long = 6)
End If
End Sub
Sub AutoFitColumnWidth(Optional ByVal fitColumnStart As Long = 2, _
Optional ByVal fitColumnEnd As Long = 9)
Sub AutoFitColumnWidth(Optional ByVal fitColumnStart As Long = 2, Optional ByVal fitColumnEnd As Long = 9)
Dim ws As Worksheet
Set ws = ActiveSheet