on startup and exit

F

Frank Kabel

Hi
you could use workbook events for this (e.g. workbook_open
and workbook_beforeclose).

See: http://www.cpearson.com/excel/events.htm
-----Original Message-----
morning,

how can i program excel to carry out tasks on startup and on exit?

for example... when the user exits the spreadsheet
database.... it automatically sorts all the data, and
saves it, before exiting.
 
Top