Hi,
Got already an XLA (cmb1.xla) that handles a single commandbar. Within this XLA I’ve got various functions that I would like to make generic use of from other XLA’s, so that I only have to maintain the code in one XLA (similar to a DLL really).
AO. functions are:
-
[*]NewToolbar_Add
[*]NewToolbar_Position
[*]cmbPopUp_Add
[*]cmbMenuPoint_Add
[*]cmbButton_Add
Instead of including these in one more XLA (cmb2.xla), I would like to reference the ones already exisitng in cmb1.
Can this easily be done??
THX