Hello hopefully somebody can help me out. I am trying to get some excel data that I read into VBA to a Word template with Autotext or Form Fields in the template. I want to make certain Form Fields equal to the data from Excel. I look around and try a different way to do it but always get different runtime errors. I am a just learning how to use VBA in Word but I am decent in VBA in Excel. Well there the last according to some site suppose to work.



ExcelInformation = WordDoc.FormFields(WordDoc.Bookmarks(?x?).Name).Result



But I get a runtime error from it about no Object.



Well any help anybody can give will be great. Anybody got a opioion on a good book to learn VBA in Word I take that also. Thanks again for any help anybody can give thanks.