I now know what you are talking about XWB. I have been automating Excel for years and couldn't handle the fact that I couldn't just "Select" something in word to get my bearings.
That's what led me down the track of what Skip is talking about. I spent forever trying to get INTO the table, then...
As most of you may or may not know, there is a bit of a trick to importing the contents of a Word table into Excel and have it formatted properly because of the paragraphs and line feeds.
We have hundreds of Word documents that should've been done in excel and now they want them converted.
I am...
I can't believe it was something so simple after wasting 4 hours on this.
I just had to find the Constant
const wdSeparateByTabs = 1
Set objTable = objDoc.Tables(1)
with objTable
.Rows.ConvertToText wdSeparateByTabs, True
end with
I have attached the page where you can find all the Word...
Hello all, I am a newbie to manipulating Word model with VBS. I am trying to do something in VBS that I can do in VBA.
I am converting a table to text (in a Word doc) using the converToText method.
I have everything working except I can't specify the Seperator type in VBS.
This works, but...
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.