I have a .vbs file that makes various operation on a excel file and then paste some text from it in Word.
Obviously the text is pasted into Word in a table and i want to convert it in simple text separated by tab.
Vba code to do that is:
Set objWD = WScript.CreateObject ("Word.Application")...
I have a .vbs file that makes various operation on a excel file and then paste some text from it in Word.
Obviously the text is pasted into Word in a table and i want to convert it in simple text separated by tab.
Vba code to do that is:
Set objWD = WScript.CreateObject ("Word.Application")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.