Thread: [Solved] struggling with simple task
View Single Post
 
Old 03-04-2016, 04:13 AM
jayhammond jayhammond is offline Windows 10 Office 2016
Novice
 
Join Date: Mar 2016
Location: London
Posts: 5
jayhammond is on a distinguished road
Default struggling with simple task

Hello again,

I am struggling with, what should be a simple task.

I would like a text box to type what i type into it, into a bookmarked location

I have searched but can't seem to find what im doing wrong.

I am a complete noob so be kind

My code for the textbox is this.

Private Sub TextBox3_Change()
With ActiveDocument

.Bookmarks("customername1").Range _
.InsertAfter


End With

End Sub
Reply With Quote