Just in case anyone is curious, the script in vb to create the word file and set the expanded spacing is as follows:
Function ConvertTxtToWord(TxtFilePath)
Dim objshell,ParentFolder,BaseName,wordapp,doc,WordFilePath,objDoc
Dim objSelection
Set objshell=...