personal.xls

  • Thread starter Thread starter Russ
  • Start date Start date
R

Russ

It is my understanding that any subroutine saved in 'personal.xls'
will be accessible to all open workbooks. Does that also apply to
functions as well?

I have several recorded macros in the 'personal.xls' workbook and am
able to exceture them via shortcut keys from any other workbook,
however functions I manually define in the VB editior don't seem to be
accessible outside 'personal.xls'.

Is there some whay I can make functions globally available to all open
workbooks?

Thanks,
Russ
 
Russ,
There is nothing inherently special about "Personal.xls". It is just a
standard WB that is hidden by default and normally resides in your XLSTART
folder so it opened along with Excel.
As such, the same rules apply to accessing its routine as with any other
workbook.

As others have pointed, an add-in is different which may be what you are
after.

NickHK
 
Back
Top