View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jake Marx[_3_] Jake Marx[_3_] is offline
external usenet poster
 
Posts: 860
Default New Registration Key Generation

Hi Larry,

Larry wrote:
Does anyone have any sample code that will figure out or generate a
new valid registration key for each setup?

If I make a setup application, I want each person to runs the setup
program to have a different Registration Key. Is there any sample
code?

Any suggestions?


You could use a GUID for your registration key, although that may be a bit
long for your users to type in. But a GUID is guaranteed to be unique.
Search for GUID and Excel, and you'll find some code to generate a GUID
using VBA.

--
Regards,

Jake Marx
MS MVP - Excel
www.longhead.com

[please keep replies in the newsgroup - email address unmonitored]