D
Dudley
I have code on a command button to open a text file:
Dim oApp As Object
Set oApp = CreateObject("Word.Application")
oApp.Visible = True
oApp.Documents.Open "c:\My Documents\New Incorporation\Output\tags.txt"
This opens in Courier New 10.5 and I would like it to open in 9. Is there
code I can use to specify the font size?
Thanks for any help.
Dudley
Dim oApp As Object
Set oApp = CreateObject("Word.Application")
oApp.Visible = True
oApp.Documents.Open "c:\My Documents\New Incorporation\Output\tags.txt"
This opens in Courier New 10.5 and I would like it to open in 9. Is there
code I can use to specify the font size?
Thanks for any help.
Dudley