I can create a dynamic table using (ActiveDocument.Tables.Add) etc... but it creates a fixed number of rows. I want to load a .txt file in Word with 5 rows of data and then populate a table. There could be a hundred rows and will be different every time. Can anyone help?