Thread
: [Solved]
VBA copy paste picture into Word TextBox Problem
View Single Post
11-13-2018, 07:38 AM
AntiqueWhale
Windows 10
Office 2016
Novice
Join Date: Nov 2018
Posts: 11
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
AntiqueWhale
View Public Profile
Find all posts by AntiqueWhale