Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? *** Sent via Developersdex http://www.developersdex.com *** |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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] |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() To do what Jake suggests, have a look here http://support.microsoft.com/default...;EN-US;q176790 -- Ivan F Moala ------------------------------------------------------------------------ Ivan F Moala's Profile: http://www.excelforum.com/member.php...fo&userid=1954 View this thread: http://www.excelforum.com/showthread...hreadid=384717 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create Registration Form | Excel Worksheet Functions | |||
xlm udf registration | Excel Discussion (Misc queries) | |||
Registration Key Sample Code | Excel Programming | |||
Registration Key Changes | Setting up and Configuration of Excel | |||
registration | Excel Programming |