trying to set the font of the application as 11.. i am doing as follows.
objWdDoc.Characters.First.Font.Size = 11
it does not works
is there a way to select the whole document and then set the font.
It depends on what you're trying to do. Sometimes when you insert material
after a paragraph, Word automatically resets the style (and therefore the
font). If I were you and I was trying to make sure that the end result had a
font size of 11, then at the very end of my routine, I'd use
objWdDoc.Content.Font.Size = 11
HTH
"Sunil Thapliyal" <suni...@hotmail.com> wrote in message
news:us5IGD$XCHA.1860@tkmsftngp08...