J
Jeff
I would like to use UserForms to Populate formfields rather then bookmarks is
ths Possible? or is there a way for the bookmaks to hold a specific section
of a document without disturbing the rest?
With ActiveDocument
.Bookmarks("tklarm1").Range _
.InsertBefore TextBox1
.Bookmarks("tklarm2").Range _
.InsertBefore TextBox2
End With
UserForm14.Hide
ths Possible? or is there a way for the bookmaks to hold a specific section
of a document without disturbing the rest?
With ActiveDocument
.Bookmarks("tklarm1").Range _
.InsertBefore TextBox1
.Bookmarks("tklarm2").Range _
.InsertBefore TextBox2
End With
UserForm14.Hide