View Single Post
 
Old 03-18-2014, 04:35 PM
fumei fumei is offline Windows 7 64bit Office XP
Expert
 
Join Date: Jan 2013
Posts: 440
fumei is on a distinguished road
Default

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.
Reply With Quote