Save Method

 

Save the generated password to a specified file.

Declaration:

Public Function Save(Optional FileName As String, Optional Description As String) As Boolean

 

Parameters:

FileName specifies the file to save the password to. If this is not specified, a dialog box will appear, prompting the user for a filename.

Description specifies the description that will be placed in the file. If no description is not speicified, a dialog box will appear, prompting the user for a description.

 

Return:

True if successful, false otherwise.