View Single Post
 
Old 03-06-2015, 06:15 AM
mrkozmic mrkozmic is offline Windows 8 Office 2013
Novice
 
Join Date: Mar 2015
Posts: 6
mrkozmic is on a distinguished road
Post

I solved the problem with the following code:

HTML Code:
Dim startingPosition As Range
Set startingPosition = Selection.Range

    ...select something in the template  

'move focus back to the document  
startingPosition.Select
Reply With Quote