Add ins vs. Templates

H

Harry

I have a user who writes VBA code in Templates.
I am trying to convince him to use add-ins instead.

Are there any advantages to using templates (xlt) versus the add-in (xla)
format?

thanks
 
E

eliano

Hi Harry.
Probably i have not understood; however try to use a Template
with his own Vba code and a Templates vith no Vba code,
without instal the add-ins.
Regards
Eliano
 
B

Bob Phillips

From a design paradigm, I see templates as part of the user interface, and
so if they have any code, it should only be code required for data input
validation or presentation. It should not be the business logic, that should
be in a separate layer, be it addins, or a VB/.Net process.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Distributed excel apps with add-ins 4
Add-In not Recognized 2
New Book Template 5
location of an installed xla 2
change path to an add-in 12
xla management 2
COM add-ins 6
Open and Enable xla file from vba code? 1

Top