Anyone know the syntax for getting excel to change the value of a specific field in an existing word document?
This used to work
wordDoc.Fields(3).Text = ActiveWorkbook.Sheets("Data").Cells(5, 4).Value
But . . . I've lost the document it was linked to and so I think my fault maybe in how the field was inserted in the word document.
Two questions really but I'll accept an answer for either please.
John:spin: