Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jimdurand

    Script to import Word document tables into Excel

    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...
  2. jimdurand

    Script to import Word document tables into Excel

    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...
  3. jimdurand

    Help with MS Word VBS

    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...
  4. jimdurand

    Help with MS Word VBS

    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...

Part and Inventory Search

Back
Top