Recent content by johnsmith3321

  1. J

    GUID number API

    There is no published API to get the GUID number of an Excel workbook. However, there is a workaround that you can use. First, you need to find the GUID number of the workbook file. This can be done by using the following VBA code: `VB.NetFunction GetWorkbookGUID() As String ’ Get the workbook...
  2. J

    Validation token

    Is the first validation token they received permanent? No, the first validation token is not permanent. It is associated with the original order ID, so when the subscription renews, a new validation token will be generated with the new order ID. What if, on renewal they change the email...
Back
Top