R
rocket0612
I am trying to insert bold text to word 97 using a macro from excel:
Wrd.ActiveDocument.Fields(10).Select
With Wrd.Selection
..Font.Bold = wdToggle
..InsertAfter Text:="HOW TO CONTACT US"
'.Font.Bold = wdToggle
End With
However, the text when inserted is not being bolded, any suggestions?
Wrd.ActiveDocument.Fields(10).Select
With Wrd.Selection
..Font.Bold = wdToggle
..InsertAfter Text:="HOW TO CONTACT US"
'.Font.Bold = wdToggle
End With
However, the text when inserted is not being bolded, any suggestions?