View Single Post
 
Old 11-13-2018, 07:38 AM
AntiqueWhale AntiqueWhale is offline Windows 10 Office 2016
Novice
 
Join Date: Nov 2018
Posts: 11
AntiqueWhale is on a distinguished road
Default

After several experiments, I find I should use Collapse method before Paste, the problem solved. Hope this small thing helps people who have similar problem
Code:
WORD_BOX.TextFrame.TextRange.Collapse 0
WORD_BOX.TextFrame.TextRange.Paste
Reply With Quote