Save the .txt file as postscript (basically print to file using a postscript print driver - I've done it below with a Word doc), open in Distiller and convert to a PDF.
appWRD.PrintOut Background:=False, PrintToFile:=True, OutputFileName:=strTempDirPath + "\" + tempSeq + ".ps"
Set pdf =...