I wanted to thank for your help.
Was this program written in specific VBA for Excel 2002?
Request you to please define "Me" in program below.



Quote Originally Posted by GTO
PLease test in a junk copy of your wb.

In ThisWorkbook Module:
[VBA]Option Explicit

Private Sub Workbook_BeforeClose(Cancel As Boolean)
Dim wb As Workbook

...............

Hope that helps,

Mark