Quote:
Originally Posted by gmayor
There is no 'pasting' involved. However add a line to reset the font and it works fine here.
Code:
If ActiveDocument.Bookmarks.Exists("BM7") Then
Set orng = ActiveDocument.Bookmarks("BM7").Range
orng.Text = strDetails
orng.Bookmarks.Add "BM7"
orng.Font.Reset
|
Now its always displaying the text as Verdana, 10, italic and in blue.
Even when I correct it as Arial, 10, black....it still switches back when I change the drop down option.
Any suggestions?