llmclaughlin
Programmer
Is there a way with the below code to increase the font size of the Weekly Report text when it is written to the .doc?
sw = File.CreateText(strSrmId & "weeklyreport.doc")
sw.Write(Space(40) + "Weekly Report" + vbCrLf + vbCrLf + vbCrLf)
Thanks
Louie
sw = File.CreateText(strSrmId & "weeklyreport.doc")
sw.Write(Space(40) + "Weekly Report" + vbCrLf + vbCrLf + vbCrLf)
Thanks
Louie