View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rocket0612[_8_] rocket0612[_8_] is offline
external usenet poster
 
Posts: 1
Default Insert text in bold


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?


--
rocket0612
------------------------------------------------------------------------
rocket0612's Profile: http://www.excelforum.com/member.php...o&userid=19492
View this thread: http://www.excelforum.com/showthread...hreadid=515312