通勤認定エクセルツール対応12 Z4マスタ追加
This commit is contained in:
@@ -19,7 +19,7 @@ Option Explicit
|
||||
' ============================================================
|
||||
' Create Transport (T) dropdown from Z1 cache
|
||||
Public Function BuildTransportList()
|
||||
Dim z1Cache As Object: Set z1Cache = GetCache("Z1")
|
||||
Dim z1Cache As Object: Set z1Cache = GetCache(CACHE_Z1)
|
||||
|
||||
Dim dropdownList As String
|
||||
Dim key As Variant
|
||||
@@ -92,7 +92,7 @@ End Function
|
||||
|
||||
' Create Kettei (AU) dropdown
|
||||
Public Function BuildKetteiList()
|
||||
Dim z2Cache As Object: Set z2Cache = GetCache("Z2")
|
||||
Dim z2Cache As Object: Set z2Cache = GetCache(CACHE_Z2)
|
||||
|
||||
Dim dropdownList As String
|
||||
Dim key As Variant
|
||||
@@ -128,7 +128,7 @@ End Function
|
||||
|
||||
' Create Kanshoku (BC) dropdown
|
||||
Public Function BuildKanshokuList()
|
||||
Dim o2Cache As Object: Set o2Cache = GetCache("O2")
|
||||
Dim o2Cache As Object: Set o2Cache = GetCache(CACHE_O2)
|
||||
|
||||
Dim dropdownList As String
|
||||
Dim key As Variant
|
||||
|
||||
Reference in New Issue
Block a user