LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,182
Default How to extract Data from a excel spreadsheet to another excel spreadsheet?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to extract data from a spreadsheet into a form/create form from spreadsheet data BSmith Excel Discussion (Misc queries) 4 March 11th 13 03:03 PM
extract photo from excel spreadsheet ? Duke99 New Users to Excel 2 November 18th 06 07:49 AM
Need to Extract Data from Spreadsheet heelfan Excel Worksheet Functions 1 November 13th 06 07:06 PM
Extract selective data from a spreadsheet [email protected] Excel Programming 0 January 5th 06 03:59 PM
How to open another Excel spreadsheet to copy data into current spreadsheet ? Ricky Pang Excel Programming 0 July 13th 03 01:59 PM


All times are GMT +1. The time now is 01:31 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"