View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] pfsardella@yahoo.com is offline
external usenet poster
 
Posts: 96
Default executing tasks prior to saving

Chip Pearson and Dave McRitchie have compiled some decent info about
Excel events.

http://www.mvps.org/dmcritchie/excel/event.htm
http://www.cpearson.com/excel/events.htm

HTH
Paul
--------------------------------------------------------------------------------------------------------------
Be advised to back up your WorkBook before attempting to make changes.
--------------------------------------------------------------------------------------------------------------
On Fri, 12 Sep 2003 09:33:24 -0700, "Paula Osheroff"
wrote:

I need to have a macro complete certain tasks before the
file is saved when the user hits the save button. I know
there's a "before_exit", is there also a "before_save",
and how does it work? Any help would be greatly
appreciated!