VERSION 1.0 CLASS
BEGIN
  MultiUse = -1  'True
END
Attribute VB_Name = "ThisWorkbook"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Private Sub Workbook_BeforeClose(Cancel As Boolean)
Worksheets("Detalle Transacciones").Range("B5:D65536").Clear
Worksheets("Detalle Transacciones").Range("c3:c3").Value = " "
End Sub
