I would like to include in an application a button that can open a form and the user can check the type of license (demo, annual, or unlimited), the expiration date, and their activation code. All three versions are hardware-protected. I have created the form and the function calls using commands like:
Public Function PL_ActivationKey() As String
On Error Resume Next
PL_ActivationKey = Application.Run("XLSPL_GetActivationKey")
End Function
But I don't get any results. Has anyone managed it?
Public Function PL_ActivationKey() As String
On Error Resume Next
PL_ActivationKey = Application.Run("XLSPL_GetActivationKey")
End Function
But I don't get any results. Has anyone managed it?