The Options tree specifies all import options for the impMNTB X-Function.
Syntax: Options.Treenode:=<value>
Example: Options.Names.FNameToSht:=1
The bSaveFileInfo branch of the Options tree specifies whether to save file information to the workbook. If selected, the file information will be saved to the workbook. If not selected, the file information will not be saved in Organizer and the reimport will not work, but the import speed can be improved.
The Names branch of the Options tree specifies how to name the worksheet and workbook.
Syntax: Options.Names.Treenode:= <value>
Example: //Rename worksheet with partial filename : Options.Names.FNameToSht:=1 Options.Names.FNameToShtFrom:=1 Options.Names.FNameToShtTo:=4