I
i.d.gibbons
I'm doing a bit of work on some old word templates. One of the requests
is to modify the document so all the text is in Arial, at the moment
its in Times New Roman.
The new instance of a document is opened up by the following line.....
Set oDoc = Word.Document.Add(Template:="Normal", NewTemplate:=False,
DocumentType:=0)
This results in the whole document defaulting to Times New Roman. I've
tried to force a change in font at the end of the document by selecting
the "WholeStory" and changing the font using the selection.font.name
command....it simply doesn't work though. Therefore how can i achieve
the what i require?
I'm starting to think i could temporarily change the Normal template
style and revert back to its standard form at the end of the process?
Is that possible?
I'd be thankful of any advice.
is to modify the document so all the text is in Arial, at the moment
its in Times New Roman.
The new instance of a document is opened up by the following line.....
Set oDoc = Word.Document.Add(Template:="Normal", NewTemplate:=False,
DocumentType:=0)
This results in the whole document defaulting to Times New Roman. I've
tried to force a change in font at the end of the document by selecting
the "WholeStory" and changing the font using the selection.font.name
command....it simply doesn't work though. Therefore how can i achieve
the what i require?
I'm starting to think i could temporarily change the Normal template
style and revert back to its standard form at the end of the process?
Is that possible?
I'd be thankful of any advice.