From e62ce8ec64dad15b8bfaca52519cda2fc63dbf2b Mon Sep 17 00:00:00 2001 From: simple321vip <635344988@qq.com> Date: Mon, 13 Apr 2026 10:42:45 +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 644d86c..f01e8da 100644 --- a/vba_code_kotsu_master.bas +++ b/vba_code_kotsu_master.bas @@ -203,3 +203,7 @@ Sub Z1_validateDetailDataButton() MsgBox "Validation complete. Errors: " & errorCount, vbInformation End Sub + +Sub Z1_SortDataRowsByC() + Call SortDataRows(3) +End Sub \ No newline at end of file