Importing Word tables

I need to import into Pages a one page Word document consisting of some text, plus a side table (2 cols x 8 rows) containing photos.
I haven't been able to figure out how to do it, as importing the table seems simply not possible, because Pages will do dreadful things to it.
Anybody could give me a hint on how to do it?
Thank you.

I'm not sure what to tell you. I have opened many Word documents with tables without problems. It could be that there is something wrong with the Word file. Another user had a long Word document with multiple tables recently that Pages would not open. I tried opening it with several different programs with limited success. If you'd like, you can send the file to me & I will give it a try. You can get my e-mail address by clicking my name in blue next to this post. Please give your e-mail a subject of "problem Word file with table."
Peggy

Similar Messages

  • Importing word tables into ID

    I need to import a table from word to ID. The cols run several pages each in Word. How do I import the table so that cols break neatly within the frames?
    I've tried "help" but I couldn't make it work. I just need to know how to make the table flow.
    Thanks

    Unfortunately, table cells won't break across pages or frames in InDesign. When I had a project like this, I did a lot of prep work in Word using Convert Table to Text, and then messing around with the text formatting so I could import the content into InDesign. Instead of one text frame with a table with three columns, I'd have three separate text frames with "faked tables" made of paragraph rules and anchored "gridlines."
    Sorry, you're in for a bit of a manual slog on this one.

  • Data from word tables to excel master spreadsheet

    Hello, I'm looking to take data from my damage report forms that come in maybe 20 times a week. This data needs to goto a master excel spreadsheet. I've managed to find a macro that does this but it does not paste it into excel the way I require and also
    extracts data I do not require.
    The word document contains a column of headings on the left, these will be the master spreadsheet sheet column headers. These will be on the spreadsheet already so I don't need them copied. 
    The other  two columns contains the data I will need to xfer to excel. I was thinking bookmarks can help here but I'm unsure if these will save over from the original template?
    So,  if there is some code out there that can help, brilliant. It will be an excel macro in the master spreadshee. TThat takestthe datadfrom the active word doc or by selecting the word doc in its folder. 
    Fingers crossed.
    Joseph 

    Hi Joseph,
    You should be able to run below code to get the data out of the Tabel(s) of a Word Document from within Excel.
    You can modify the code accordingly to your needs to specify the range where you want the data to be copied.
    I have already slightly modified the code to skip the header information.
    Sub ImportWordTable()
    Dim wdDoc As Object
    Dim wdFileName As Variant
    Dim TableNo As Integer 'table number in Word
    Dim iRow As Long 'row index in Excel
    Dim iCol As Integer 'column index in Excel
    wdFileName = Application.GetOpenFilename("Word files (*.docx),*.docx", , _
    "Browse for file containing table to be imported")
    If wdFileName = False Then Exit Sub '(user cancelled import file browser)
    Set wdDoc = GetObject(wdFileName) 'open Word file
    With wdDoc
    TableNo = wdDoc.tables.Count
    If TableNo = 0 Then
    MsgBox "This document contains no tables", _
    vbExclamation, "Import Word Table"
    ElseIf TableNo > 1 Then
    TableNo = InputBox("This Word document contains " & TableNo & " tables." & vbCrLf & _
    "Enter table number of table to import", "Import Word Table", "1")
    End If
    With .tables(TableNo)
    'copy cell contents from Word table cells to Excel cells
    ' start with row 2 to skip headers
    For iRow = 2 To .Rows.Count
    For iCol = 1 To .Columns.Count
    ' Define starting point here
    Cells(iRow - 1, iCol) = WorksheetFunction.Clean(.cell(iRow, iCol).Range.Text)
    Next iCol
    Next iRow
    End With
    End With
    Set wdDoc = Nothing
    End Sub
    The source is this link:
    Export Word Table in Excel
    Also this Forum is more for generic Excel questions, for better response post in Excel For Developer Forum.
    Hope this helps,
    Daniel van den Berg | Washington, USA | "Anticipate the difficult by managing the easy"
    Please vote an answer helpful if they helped. Please mark an answer(s) as an answer when your question is being answered.

  • Importing a table from Microsoft Word

    I'm importing a table from Microsoft Word but the formatting isn't importing. For example, most of the grid lines are missing.
    Help!

    Hello,
    we don't want to be so awkward please have a look here:
    http://help.adobe.com/en_US/indesign/cs/using/WSa285fff53dea4f8617383751001ea8cb3f-6ff5a.h tml#WSa285fff53dea4f8617383751001ea8cb3f-6ff2a and see "Importing tables from other applications".
    Good luck!
    Hans-Günter

  • Can I use Word tables in InDesign?  Any way to import tables made with Word?

    Hi, I'm new here...  Well, the title says it all: I need to use (basically unchanged) nearly 100 tables from a book made recently with Word... Can I import them?
    It wouldn't be a problem making one new one (lines, etc...) with InDesign and then fill with text, but...  why repeat 100 different tables (that's my case) already done I can use without changes...  There must be a way to at least place a Word table into an ID document...  Thanks for all kinds of comments!

    OK, this looks like great news for me... So I understand ID places the Word table, and once inside ID, indeed ID sees it as a table you can vary... Is there any basic menu to vary one imported table, or is it a graphic (mouse) thing?  I really appreciate your advice, Bob...  I don't have much experience with tables in ID...  For example, how can I make the whole table smaller? Only by varying the placing of the lines one by one, or can I make it smaller in the way we make a jpg smaller?

  • Error in importing a table in to OWB

    Hi ,
    I was trying to import a table (organization) in to OWB , then owb returns me error "creation failed(name validation failed) " , is the name oraganization kind of reserved word? Please comment
    Thanks in Advance
    Suresh

    I've been trying to import some tables too and they gave me the same error message.I checked if its a reserved word and i found its not.
    Some of the tables names:
    College
    Result
    FiveYearPlan
    Missions
    they dont sound very reserved!
    Any ideas why is this error appearing?

  • RoboHELP 6 Crashes When Importing Word 2003 File

    Discovered this today by accident (after modifying a Word
    2003 file that I was previously able to import to "test" Help files
    using both RH HTML and RH for Word (both V6) and thought I'd report
    it because it appears to be a bug:
    If you select the following option in the Word file that you
    are importing, RoboHelp will crash during the import:
    Tools, Options, General tab, Web Options, Files tab,
    Organize supporting files in a folder
    When you do the Import Word file action from RoboHelp, it
    starts the import then issues a Microsoft C++ Debug Library message
    box that says:
    Debug Error!
    Program: C:\Program Files\Adobe\RoboHelp
    6.0\RoboHTML\RoboHTML.exe
    abnormal program termination
    (Press Retry to debug the application)
    Abort Retry Ignore
    Doesn't matter what you select. RoboHELP crashes and the Word
    file is not imported.
    Wanted to report this here in case someone else runs into
    this. It cost me a lot of time today.
    KC

    Hi Peter
    Thank you for the suggestion. I created a new project, new
    folders, imported the files a few at a time & compiled it each
    time (with one build tag in it) and found that only two files made
    it crash. On the one file, I removed the tables (which had no
    merged cells) from the project and it worked. The other file was
    removed completly and I will re-do that page.
    I then opened my current project (with all links &
    pictures etc TOC working) and imported the changed file and removed
    the other file and wala....I have a useable project.
    The project was on our own software so unfortunately I would
    not be able to share it.
    Being a relativley new (1.5 yrs) user, I find running into
    bugs are brutal....Thanks for all your help.

  • Importing Word Files With linked Excel files

    I have a word document with linked excel files that appear as linked images in word. When these images are clicked it opens it up in Excel where I can edit them which is fine. However, I would like to import the word doc into adobe indesign with editable tables - not images. Is there a way I can do this?
    Importing, exporting, converting. Nothing seems to work besides manually bring in the separate excel doc in one by one but that will be very time consuming at my end.
    Thanks for any feedback.

    AFAIK, that won't work. InDesign doesn't support OLE.
    You may need to convert those Excel tables to Word tables before placing into ID.
    Bob

  • Importing Word Documents to RoboHelp 7 HTML

    Hi,
    We are using RoboHelp 7 HTML for our project requirements.
    The approach we adopted is as follows -
    1.) Develop content in MS Word 2003 with proper formatting
    including the styles defined for tables, fonts, paragraphs, various
    levels of headings etc. We will have high number of word documents
    which need to be reviewed by the SMEs before putting them in
    RoboHelp.
    2.) Copy the content to RoboHelp. We are using the File >
    Import > Word Document. We find the following issues in the word
    documents thus imported -
    a.) Formatting errors like the font of the numbered list is
    not consistent. The numbers have a different font while the ontent
    has a different font.
    b.) The content in Tables is also not properly indented. It
    touches the borders.
    c.) Foreign characters are being introduced wherever
    double-quotes are used. Eg: ”r;Other” (it should have
    been "Other")
    How do we address the above-listed issues? How do we get the
    same output in RoboHelp as can be seen in the formatted word
    document? Do you suggest any better alternative?
    Thanks & Regards,
    Anil

    1] Yes. Non-RH users develop the content.
    2a & 2b] What I have noticed is that the numbers appear
    in Times New Roman while the content appears in Arial after
    importing. As mentioned, we have lot of documentation (many word
    documents). So each word doc I import, a CSS gets generated and
    editing them itself is a herculean task. Is there any work around
    this so that we can gain time and carry out the import smoothly?
    2c] Could not find the patch in your website. One of your
    posts says that it is Item 21. But cannot find any downloadable
    link.
    As suggested I tried reading the article in Printed
    Documentation. But really didn't know which one you were referring
    to.
    Regards,
    Anil

  • Importing Word Documnet

    Hello everyone....
    Myself Nagaraj, new user of Robohelp 7.0. Basically I am
    converting word document in to Microsoft HTML (.chm file) using
    Robohelp.
    Till 3rd step its working fine but from the 4th step till end
    i am not getting. Can any one help me out. please
    1.Select File > Import > Word Document.
    2.Select a Word 2007 document from the required path.
    3.Select the items you want to convert, and click Next.
    4.The following are optional in the Import Word Document
    Wizard: Split On Style dialog box:
    Copy File To Project Folder Place a copy of the document in
    the project directory. If this document contains shared information
    and is included in more than one Help system, you may want to clear
    this selection including the path with the name of the Help
    document in the HPJ file.
    Add Document As Read-only RTF Select if you do not want to
    make this document editable. This is useful for documents
    containing information that is shared in more than one Help system.
    Rename Style Rename a Word style.
    5.Click OK. RoboHelp switches to Microsoft Word and the
    Import Options dialog appears.
    6.Select the styles that you want RoboHelp to use from the
    Create New Topics Based On list.
    Thanks & Regards
    Nagaraj

    Hi Michael
    By the way, for you and other subscribers to this forum, who may consider using MSWord to produce ePubs, this may be of interest.
    I asked Liz Castro earlier in the year her views on producing ePubs from MSWord and this is what she said (she gave me permission to reproduce her reply):
    "You can use MS Word to create a simply formatted ebook (either EPUB or Kindle) but you have to be careful to do it just the right way—that’s why I still plan to write a book on just how to do that. For example, if you generate a table of contents with Word for Windows, and then use Amazon’s own KDP to create the Kindle version, your book will have a TOC. But unfortunately, it doesn’t work if you create the TOC in Word for Mac. There are a lot of little details like that. The capability is (mostly) there, but it’s not always obvious.
    And you can use the HTML that Word generates to create an EPUB file—but you have to write the XML files yourself or use Sigil or some other concoction of half-baked tools. InDesign of course, does all that for you, with code that’s well formed, flexible and not hard to edit.
    But it’s still true that Word is the program that’s already on most writer’s computers, and with which most writers feel pretty comfortable. InDesign costs a lot more, and feels harder to use, at least for the beginner. If someone has both programs, I would recommend using InDesign every time. If they don’t, Word can be a low-cost, last resort.”
    Liz has written important books on producing ePubs, for example: http://www.amazon.co.uk/EPub-Straight-Point-Creating-Ereaders/dp/0321734688/ref=sr_1_fkmr2 _1?ie=UTF8&qid=1414238761&sr=8-1-fkmr2&keywords=epub+liz+castro
    (Maybe this can be transferred to the ePub forum)
    Derek

  • Importing Word 2010 Developer Dropdown fields

    I have been trying to import a form designed in MS Word 2010 with tabled containing Word Developer dropdown fields into LiveCycle Designer ES3. My OS is Windows 7.
    The process always fails.
    The importing Word Document begins with Converting Tables and within a few seconds i receive the message "Adobe LiveCycle Designer Word Import Filter has stopped working. A problem caused the program to stop working correctly. Please close the program."
    There are several dropdown fields in the Word document a few with 30-40 options to select from. Any assistance would be greatly appreciated as the time required to recreate the fields in LiveCycle would take at least a full day.

    Hi Markus,
    Could you tell me how did you go to "Layout" properties in step 6?
    Max Meng
    TechNet Community Support

  • How do I selectively  convert check boxes (Alt0168 Wingdings) but NOT Bookmarks into editable fields (from Word table)

    Acrobat X (Windows) is converting all fields from the Word table - making even the imported bookmarks editable. We just want the check boxes interactive. This has to be done on a large volume of documents, so it needs to be automated. I suspect some coding will be involved or perhaps a 3rd party app that allows one to selectively convert fields.
    Thanks!

    Ok, I found out that I need to apply the patch 5746875 to have that. But there only instruction to apply this patch on unix env. I need on Windows. Can any body help me?

  • Script for setting Imported Excel Table Cell Inset

    InDesign CS3 Windows XP
    I've checked the FAQ and ran all the searches, but I can't find this. My old computer crashed and took with it a script that I had that would set all the cell insets for the cells of the imported Excel tables in one swelled foop. Can someone point me to the source again? My price sheets are nothing but imported Excel tables and it takes forever to set all the insets for each block separately.
    Thanks,
    JAG

    Phah.
    app.documents.everyItem().stories.everyItem().tables.everyItem().cells.everyItem().propert ies = [topInset:"1cm"]; //??
    This one-liner may need some additional work, but when I am done with it, it'll set the insets for all tables in every open document.
    Perhaps 'everyItem' also works on disk files ...
    [Edit] Just pulling your leg. I'll take a look on the one-liner when I'm back at work.
    I've got a class in a couple of weeks on Javascripting ...
    I'm jealous. They give classes about this? BTW, JavaScript is not that hard (e.g., not harder than any other reasonably popular programming language), but its interface to InDesign is something else. In this case, the magic word is 'everyItem'. (You'll learn.)

  • How to import Word or Excel files in Project 2013.

    I am facing a problem in Microsoft Project 2013. I am trying to insert a word or an excel file into Project 2013. But for each file,
    an import wizard appears and after trying all the possibilities, I am unable to finish it. Please help me out and tell me how to import Word or Excel file in Project 2013.

    Parulg --
    From your description, it sounds like you are trying to attach a Word or Excel document to a project, or to insert the Word or Excel document into the project.  If that is the case, you actually need to attach the Word or Excel document to a task in
    the project.  There are several ways to do this, but in either case you first need to open the project to which you want to attach the Word or Excel document.  You can then use one of several methods, which are:
    Click the View tab to display the View ribbon.  In the Data section of the View ribbon, click the Tables pick list button and select the More Tables option.  In the More Tables dialog, select the Hyperlink table and then click the Apply button.
     For any task in the project, enter the hyperlink to the Word or Excel document in the Hyperlink column for that task.
    Double-click a task and then click the Notes tab.  On the Notes page of the Task Information dialog, click the Insert Object button.  In the Insert Object dialog, select the Create from File option and then use the Browse button to navigate to
    the folder containing the Word or Excel document.  In the Browse dialog, select the Word or Excel document and click the Insert button. In the Insert Object dialog, select the Display As Icon checkbox.  You can also select the Link checkbox if you
    want to create a shortcut to the document rather than embedding the document in your Project file.  Click the OK button when finished.
    Just a couple of ideas based on my assumption about what you are trying to do.  Please let us know if my assumption is wrong.  Hope this helps.
    Dale A. Howard [MVP]

  • RH7 Importing Word Doc has problems

    I'm working on upgrading our company's robohelp version from
    5 to 7 and have the free 30 day trial of RH7 to test. One thing
    I've noticed happening in RH7 is that certain text areas get
    changed from Arial Unicode MS plain to Arial Unicode MS Bold +
    Indigo, and I have no idea why. The text itself doesn't change, but
    certain areas appear to be randomly changed to Bold + Indigo and
    I'm stumped.

    I'm using RoboHelp HTML to import a word document saved in
    Word 2003 (external *.doc file). From RoboHelp HTML, I do the
    following:
    1. Click File -> Import... -> Word Document.
    2. Select desired file, click "Open"
    3. At the Import Word Document Wizard screen, I have the
    following items checked:
    Preserve Heading Styles
    Auto-create styles from inline formatting
    Convert references into hyperlinks.
    Convert Table of Contents
    Convert Index (Add new keywords to Index file (HHK) radio
    button is selected)
    4. Click "Next" to begin importing the word doc.
    5. At the "Split on Style" window, I check Headings 1-3 and
    click "Finish"
    Some of the resulting HTML files appear to have had certain
    areas of text set to Bold and Indigo randomly. I can't figure out
    why this is happening, so if you have any insight on this, it would
    be greatly appreciated. Thanks!

Maybe you are looking for