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:

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.