20260515指摘対応10

This commit is contained in:
guanxiangwei
2026-05-22 12:01:40 +09:00
parent 56ca7ed8c5
commit 81a8060448
5 changed files with 187 additions and 70 deletions
-2
View File
@@ -411,6 +411,4 @@ End Function
Public Sub HandleError(Optional ByVal sourceProcedure As String = "")
Dim shortCode As String: shortCode = Right("0000" & CStr(Err.Number - vbObjectError), 4)
MsgBox "[ERROR] " & shortCode & " : " & Err.Description, vbExclamation
End Sub
+2 -2
View File
@@ -596,8 +596,8 @@ Public Sub WriteCachesSheet(ByVal cacheName As String)
Case "T1": colLetter = "E"
Case "T2": colLetter = "F"
Case "T3": colLetter = "G"
Case "O1": colLetter = "H"
Case "O2": colLetter = "I"
Case "O2": colLetter = "H"
Case "M1": colLetter = "I"
Case Else: Exit Sub
End Select