Sending Personalized Email from Excel
VBA code to send email messages from Excel. This code works with Outlook
Express, and may or may not work with other email clients.
Handling the Workbook BeforeClose Event
How to prevent your Workbook BeforeClose event code from running if the user changes his
mind about closing the workbook.
Synchronizing Sheets in a Workbook
A VBA subroutine that forces all sheets in workbook to have the same range selection and
upper left cell as the active sheet.
Help Context IDs for Excel 97, 2000, and 2002
Download workbooks that list the context IDs for Excel main
help file. This makes
it possible for your application to display a particular help topic via a macro.