Forum Discussion
Tan-Fine
Jan 23, 2019Copper Contributor
Transferring Excel fields into Word document
I have an excel spreadsheet where i work out my quotation data. I have been then copying and pasting the different totals for each line of the quote into a Word document. I am trying to get tht code ...
Jan 23, 2019
Hello,
are you using this in Excel online? Then you can't use macros or VBA. If you use Excel and Word for desktop, you can use VBA code, but it's not trivial to set up.
Basically, you need to create bookmarks in the Word document, then in the Excel code, open the Word document, jump to the bookmark and insert the value from the Excel cell. How exactly that code needs to be written depends a lot on your Excel and Word data structure.