View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Diane Diane is offline
external usenet poster
 
Posts: 96
Default Create a .xla to open a spreadsheet

compile a COM object ... is there somewhere i can find instructions of how to
do this?

"Jim Thomlinson" wrote:

Was the advice to create an addin or a COM addin. A regular addin has little
more security than a regular spreadsheet... COM addins are pre-compiled and
much more difficult (darn near impossible) to crack...
--
HTH...

Jim Thomlinson


"Diane" wrote:

I would like to make one of my spreadsheets available to be purchased, but do
not want others to save it & give it away.

I got some good advice to create an add-in for this spreadsheet to lock it
down a bit, but am not exactly sure how to do it. I followed the msdn
instructions of how to save a file as an add in, but am unsure how to have it
open a spreadsheet without allowing it to be changes/saved and without having
the spreadsheet be accessible.

Any help would be greatly appreciated.

Regards,
Diane