Thread
:
How to run macros as one close a excel?
View Single Post
#
3
Posted to microsoft.public.excel.programming
Mike H
external usenet poster
Posts: 11,501
How to run macros as one close a excel?
Hi,
In
VB
editor double click 'This Workbook' and paste this iin on the right
and enter your code.
Private Sub Workbook_BeforeClose(Cancel As Boolean)
'do things
End Sub
Mike
"Hashmi" wrote:
How to run macros as one close a excel?
Reply With Quote
Mike H
View Public Profile
Find all posts by Mike H