更新 vba_code_kukan_detail_master.txt

This commit is contained in:
2026-04-13 03:38:20 +00:00
parent 3764a3da3f
commit 7d06f12497

View File

@@ -90,7 +90,7 @@ Sub MakeFDropdownByG(ByVal ws As Worksheet, ByVal rowNum As Long)
End If
On Error Resume Next
Set wsKotsu = ThisWorkbook.Worksheets("交通機関マスタ")
Set wsKotsu = ThisWorkbook.Worksheets("Kotsu_Master")
On Error GoTo 0
If wsKotsu Is Nothing Then Exit Sub