Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Ludwig Fischer   on Nov 04 In MS Office Category.

  
Question Answered By: Devin Ross   on Nov 04

You may try:

dim WD As WOrd.application
set wd = new word.application
wd.documents.open ("document path")
wd.visible = true
..
..
..
If Cells(i,1)="OK" then
WD.selection.font.name = "target font"
WD.Selection.Font.Size = 10
End If

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on How to set font while writing to MS word Or get search suggestion and latest updates.


Tagged: