Page 1 of 1

what is the difference betweeb tm1.xla,tm1d.xla,tm1p.xla

Posted: Wed Jul 22, 2009 12:05 am
by telula
Hello,
What is the difference between tm1.xla,tm1d.xla,tm1p.xla.
Currently the add-ins dont appear when we open our excel so I am trying to write into the vb code for the add-ins to be installed when our spreadsheet interface is opened. I need to know which xla file is the actual add-in. We have version 9.0.Thanks

Re: what is the difference betweeb tm1.xla,tm1d.xla,tm1p.xla

Posted: Wed Jul 22, 2009 12:18 am
by Alan Kirk
telula wrote:Hello,
What is the difference between tm1.xla,tm1d.xla,tm1p.xla.
Currently the add-ins dont appear when we open our excel so I am trying to write into the vb code for the add-ins to be installed when our spreadsheet interface is opened. I need to know which xla file is the actual add-in. We have version 9.0.Thanks
It's in the version 9 Administrator's Guide, pages 1-14 to 1-16.

Short version, you need only load the tm1p.xla file. It will reference the others when it needs to.