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 visible True don't return errors.
I hope that you understand to me.
Who can help me?
Best regards.
dotnik
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 visible True don't return errors.
I hope that you understand to me.
Who can help me?
Best regards.
dotnik