997 Objects and Add-Ins
Once a master set of objects is selected, the two other panes change
their contents to refl ect the master set selected. The left pane is a list of
categories (sorted in ascending alphabetical order). The right pane is a
list of Properties or Methods attributable to the selected object in the
left pane. Clicking the question-mark button causes the appropriate help
screen to be displayed. The paste button causes the complete “calling
sequence” for the selected Method or Property to be pasted at the
current insertion point in the Module.
40.8 References to External Functions in Excel
All the macros and functions we have written so far were directly avail-
able only in the workbook in which they were written. Referring to a
function in another workbook is almost like referring to a cell in another
workbook, but unlike a cell reference the workbook needs to be open
for the link to work. In later versions of Excel, using referents from
external workbooks generates a few security warnings when you open a
workbook containing the external reference. In light of this fact, we are
going to use two separate workbooks for this section. The fi rst workbook,
fm3_chapter40_server.xls, will contain the externally referred to cells
and functions, and from now on shall be referred to as the Server. The
second workbook, fm3_chapter40_client.xls, will make use of the func-
tions and cells, and from now on shall be referred to as the Client. The
next screen shot demonstrates the two workbooks opened simultane-
ously in Excel: