From a6f90654569ba5ad8788a1c66f0f4d505b9e518f Mon Sep 17 00:00:00 2001 From: simple321vip <635344988@qq.com> Date: Tue, 14 Apr 2026 02:33:16 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20vba=5Fcode=5Fkotsu=5Fmaste?= =?UTF-8?q?r.bas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vba_code_kotsu_master.bas | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vba_code_kotsu_master.bas b/vba_code_kotsu_master.bas index b7d3bec..337a2d3 100644 --- a/vba_code_kotsu_master.bas +++ b/vba_code_kotsu_master.bas @@ -210,4 +210,8 @@ End Sub Sub Z1_ToggleAutoFilter() Call ToggleAutoFilter(6) +End Sub + +Sub Z1_AutoFitColumnWidth() + Call AutoFitColumnWidth() End Sub \ No newline at end of file