Well, apparently I underestimated the complexity of the task. Assuming
that you are getting the data using code, you should be able to
temporarily store it in a dynamic array (possibly a two-dimensional
one), and then determine (perhaps based on the array dimension) how
many rows and columns are needed in the table, create the table and
insert the data in the required cells. This is all very theoretical,
and I'm not the person to create a working solution for you. Perhaps
someone else will join the discussion; if not, repost the question
describing how you are getting the data, what determines the size of
the table, where to put the data in the table, and any other relevant
information.

Signature
Stefan Blom
Microsoft Word MVP
> Thanks for the quick reply, but that's not exactly what I'm looking
> for. I know how to prompt the user for information using a textbox and
> then getting that into a Word document. What I'm trying to do is get
> the user input into a designated cell. I would also like the macro to
> loop through if there are more than one row of data to be inserted.