EXCEL We can set up custom workbooks, templates and Add-Ins to provide easy access, using menus
and toolbars, to common functions, features and custom functions and procedures. Excel also
has a number of events, such as print, save and new worksheet that can be intercepted so that
code can be processed prior to these events. This is useful for saving documents to specific
locations, or printing with specific page properties. We can also provide custom procedures that
respond to mouse events, such as double click, useful for reports that drill down to underlying
data. Code can also be used to consolidate data from many different sources, workbooks, text
files and databases. |
  Excel’s built in functions do not cater for. Procedures can also be written for automatic
formatting of tables ready for insertion into other documents. |