Secure, license and sell spreadsheets

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am currently developing engineering design spreadsheets using VBA. My
programming and software development knowledge does not extend past being
able to write code in VBA. My question therefore is how does one go about
creating a spreadsheet that is secure, operates off a license key (or
equivalent) and can be sold to interested parties that have Excel?
 
If you want to make it secure, you will HAVE to write all or some of the key
code in other than VBA. Either write a VB solution that uses automation to
access Excel, or create a DLL and call the DLL from VB. But this means that
you have to distribute the DLL and get it installed as well as the product.

Licensing is tricky, not worth coding yourself IMO. Better to buy a product,
such as AppSentinel, http://www.thescarms.com/appsentinel/default.asp.

Selling is even harder. You have to identify your market, and find a way to
make them aware of the product and make them want it. Can't offer anything
more than that I am afraid.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

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