Hi,
I've write a simple procedure that open Word document and replace selected text with value.
If the Visible parameter of Windword object is False the procedure return more error for istruction:
oWord.Selection.Movedown(5,1,)
oWord.Selection.Deleted(1,1)
while the same instructions with...