Hi...
I'm new to VBA in Word and need a nudge in the right direction.
I've written a Word VBA Userform that adds bookmarks & sets their values on the fly with either an ASCII Chr(9) for a tab or CHr(13) for carriage return after each bookmark.
However, when I've used a carriage return for a new line it's start from the top in effect reversing the order I need it in.
I've attached a pdf with the code with a screenshot of the userform with the results to help explain the situation.
If anyone can help with the code it would be greatly appreciated.