RESETPASSWORD
Update and set a new password for your user account
Description
Excel Lab authenticates with Windham's licensing server for convenience and security. To set a new password, you will require your current password and a reset code. The reset code will be emailed to you during this process (MFA).
Syntax
The following describes the function signature for use in Microsoft Excel's formula bar.
Input(s)
Follow the on-screen dialog prompt to enter your username and password.
Username
Your e-mail address registered with Windham Labs.
Password
Your current password.
Reset Code
Our licensing server will send you a reset code to confirm your identity, check your email.
New Password
Enter a new password.
Output(s)
TRUE
Password successfully set.
FALSE
Invalid username and/or current password and/or reset code. Check for typos, try again.
Example
To set a new password:
Open any workbook, or create a new (temporary) workbook.
In any cell, type
=RESETPASSWORD()
in the formula bar.Follow the instructions as described in the Syntax section above.
Last updated