
03-18-2014, 04:35 PM
|
Expert
|
|
Join Date: Jan 2013
Posts: 440
|
|
Please use code tags when posting code. Could you not just use the value directly
Code:
ActiveDocument.Bookmarks("picked").Range.InsertAfter "You picked " & objCC.Range.Text
BTW: this wipes out the bookmark. You can make it so you can replace the bookmark value.
|