Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could try the before close event in the ThisWorkbook module.
Option Explicit Private Sub Workbook_BeforeClose(Cancel As Boolean) ' all my code to do the stuff you want End Sub Howard Absolutely does not comply with list item #4!<g -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to extract data from a spreadsheet into a form/create form from spreadsheet data | Excel Discussion (Misc queries) | |||
extract photo from excel spreadsheet ? | New Users to Excel | |||
Need to Extract Data from Spreadsheet | Excel Worksheet Functions | |||
Extract selective data from a spreadsheet | Excel Programming | |||
How to open another Excel spreadsheet to copy data into current spreadsheet ? | Excel Programming |