Creates a new TextConverter project clearing any settings or changes previously done.
Function NewProject()
none
none
An exception is thrown in case of errors.
Dim TextConverter
Set TextConverter = CreateObject( "ConverterX.ConverterX.1" )
TextConverter.NewProject()Â