View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default Protecting my vb code`

You may have self-protection built-in to your program.
Not many people will want to install a 90mb file on their machine.
Reducing the file size should be your first objective.

An Excel add-in is nothing more than a hidden workbook.
You can see the list of add-ins available on your computer by going to
Tools (menu) | Add-ins.
To find out more about Com add-ins, see Chip Pearson's write up at...
http://www.cpearson.com/excel/CreatingCOMAddIn.aspx
It is not light reading.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)




"Wade"
wrote in message
what is a compiled addin
--
Wade