Thank you for your reply. I have tried this route before however when the Document is produced the text moves to the bottom of the page. I guess I need to do 'something' to position the table on the page but I have no idea what?
I've attached an image of the current result having replaced the .selection coding with:-
Code:
With oWordDoc
.PageSetup.Orientation = wdOrientLandscape
.Range.Text = "Station Name" & vbCr & "Programme Number" & vbCr & "Programme Date" & vbCr
End With