From bee1cd9810e816b9471a1720595594453c8b67eb Mon Sep 17 00:00:00 2001 From: guanxiangwei Date: Thu, 21 May 2026 09:57:18 +0900 Subject: [PATCH] =?UTF-8?q?20260515=E6=8C=87=E6=91=98=E5=AF=BE=E5=BF=9C7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sh/tuk/sheet/M1.cls | 1 + src/sh/tuk/sheet/M2.cls | 1 + 2 files changed, 2 insertions(+) diff --git a/src/sh/tuk/sheet/M1.cls b/src/sh/tuk/sheet/M1.cls index 505d27a..62139a7 100644 --- a/src/sh/tuk/sheet/M1.cls +++ b/src/sh/tuk/sheet/M1.cls @@ -152,6 +152,7 @@ Private Sub Refresh(ws As Worksheet, ByVal startRow As Long, ByVal lastDataRow A End If Next r + Application.EnableEvents = True Exit Sub ErrorHandler: diff --git a/src/sh/tuk/sheet/M2.cls b/src/sh/tuk/sheet/M2.cls index f0de2f6..f1828a6 100644 --- a/src/sh/tuk/sheet/M2.cls +++ b/src/sh/tuk/sheet/M2.cls @@ -408,6 +408,7 @@ Private Sub Refresh(ws As Worksheet, ByVal startRow As Long, ByVal lastDataRow A NextRow: Next r + Application.EnableEvents = True Exit Sub ErrorHandler: