I_Byte 0 Newbie Poster

Hello!

I'm coding a userform on a word document. I have added a DatePicker1 to the form. This is how I'm attempting to write the contents of the DatePicker1 to the document:

With ActiveDocument
.Bookmarks("DATE").Range.InsertBefore DTPicker1
End With

But it doesn't work. Any ideas? :lol: