Skip to content

Instantly share code, notes, and snippets.

@ScottDeLuzio
Created February 18, 2016 21:04
Show Gist options
  • Save ScottDeLuzio/d391e23e65621898db8b to your computer and use it in GitHub Desktop.
Save ScottDeLuzio/d391e23e65621898db8b to your computer and use it in GitHub Desktop.
Software Licensing for Excel Add-In Workbook Activation/Open
Sub Activate_License()
'Show the license key activation UserForm (mine is creatively named LicenseKey)
LicenseKey.Show
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment