Thread: [Solved] struggling with simple task
View Single Post
 
Old 03-04-2016, 08:19 AM
gmaxey gmaxey is offline Windows 7 32bit Office 2010 (Version 14.0)
Expert
 
Join Date: May 2010
Location: Brasstown, NC
Posts: 1,429
gmaxey is a jewel in the roughgmaxey is a jewel in the roughgmaxey is a jewel in the roughgmaxey is a jewel in the rough
Default

By all means see Graham's links.

However, look at your event and look at your code.

1. What do you want to insertafter the bookmark? The text you type? Yes, then:

Bookmarks("customername1").Range.InsertAfter TextBox3.Text


2. Do you really want to insert text after the bookmark every time that text is changed. For example, when you fix the code as shown above and type your name the result is: "JayJaJ"
__________________
Greg Maxey
Please visit my web site at http://www.gregmaxey.com/
Reply With Quote