add-ins & security

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

I reading 'Writing Excel macros with VBA', where the author (Steve Roman)
advocates making projects as add-ins. He doesn't say whether doing so gets
around making the code trusted or not from a security standpoint.

Anyone know? Anyone agree/disagree about using add-ins as a preferred
methodology in general?

TIA
 
Addins are not any more secure than workbooks, but offer other advantages.
If they are trusted by the user, then they don't raise macro warnings. The
user doesn't enter data in them, so correcting your code and redistributing
an updated addin will be easier.
 

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

Back
Top