Syntax:
VA1.Add_To_Vocabulary = "YES" / "NO"
Details :
This specifies if the current speech be added to the specified
vocabulary file.This starts what we call the RECORDING WITH ADDITION.
Example :
Private Sub CommandButton()
VA1.Add_To_Vocabulary = "YES"
End Sub