I'm writing an Excel VBA code that transfers data to a Word document. I'm using the command Application.Selection.Find
and Application.Selection.InsertAfter
in order to fill in the blanks in the Word document.
The problem is that after I select one item I can't select another one.
I would like to be able to unselect an item so that I could freely select another using the same command. How?
Can use Application.Selection.EndOf
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With