B
Bigfoot17
Thanks to this group (a prior post) I have been able to place text into a
Word template using the method (partially) listed below. But I would like the
placed text to be underlined. If I insert a ".font.underline=true" or
".font.underline=wdUnderlineSingle" I get nowhere.
Thank you for any assistance. And on this Memorial Day weekend thank you
for those who have served America.
Private Sub CommandButton1_Click()
With ActiveDocument
.Bookmarks ("RecipientName").Range _
.InsertBefore TextBox1
.Bookmarks("RecipientReturnAddress").Range _
.InsertBefore TextBox2
.Bookmarks("RecipientCSZ").Range _
.InsertBefore TextBox3
.Bookmarks("ReferenceNo").Range _
....
Word template using the method (partially) listed below. But I would like the
placed text to be underlined. If I insert a ".font.underline=true" or
".font.underline=wdUnderlineSingle" I get nowhere.
Thank you for any assistance. And on this Memorial Day weekend thank you
for those who have served America.
Private Sub CommandButton1_Click()
With ActiveDocument
.Bookmarks ("RecipientName").Range _
.InsertBefore TextBox1
.Bookmarks("RecipientReturnAddress").Range _
.InsertBefore TextBox2
.Bookmarks("RecipientCSZ").Range _
.InsertBefore TextBox3
.Bookmarks("ReferenceNo").Range _
....