Results 1 to 1 of 1

Thread: Input in Word table? *Resolved*

  1. #1

    Thread Starter
    Frenzied Member vbNeo's Avatar
    Join Date
    May 2002
    Location
    Jutland, Denmark
    Posts
    1,994

    Input in Word table? *Resolved*

    Is it possible to catch each cell in a table in Word XP and insert data to it using VBA? If so, how? I really... REALLY need this one, se please say there is...

    Cheers

    [edit]
    Played around with it and got this =):
    VB Code:
    1. ThisDocument.Tables.Item(iTableIndex).Cell(iRow, iColumn).Range.Text = sString
    [/edit]
    Last edited by vbNeo; Feb 11th, 2004 at 10:21 AM.
    "Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
    - Zack de la Rocha


    Hear me roar.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width