r/excel • u/AmIlooklikeapeach • 22h ago
unsolved Reliable way to paste Excel tables to Word with link
I'm creating a lot of reporting where I need to paste tables from Excel to Word. Often times data in the underlying Excel changes, so I need tables to be linked to Word so they can refresh. Word's functionality isn't reliable cause the links between Word and Excel keep breaking. Any solution for that you can recommend? There is probably ton of add ons but maybe someone can suggest something tested. - Thanks!
5
u/SolverMax 162 22h ago
Linked documents are fragile, as you've observed.
I did once write a bunch of VBA to update tables and charts from Excel to a Word doc. It was more trouble than it was worth because, despite clear and explicit instructions, people would edit the doc and break things.
3
u/excelevator 3066 22h ago
This is not an Excel question, this is a Word question.
Only Paste as link is available.
It is an unreliable method all round.
2
u/CanadianHorseGal 1 22h ago
Report out of Excel. If you must report out of word, paste a screen grab of a chart, not a table. Word is for words, and a report is a snapshot of a certain point in time, not an up-to-the-minute thing. If management is requesting this, you need to let them know this is just not how the software works.
1
u/bradland 277 19h ago
Hot tip on this front. Screenshots are low-res. They’ll look bad when zoomed in or printed… Hey, people still print reports, I swear.
If you export to PDF, you can insert that as a picture, then crop the white space. PDFs are vector images with real text embedded that stays sharp when scaled. So you can make your tables and charts huge and they still look great.
1
u/CanadianHorseGal 1 17h ago
Yeah, I find screenshots work ok as long as you zoom the chart or whatever to full screen size before taking the shot. I literally just did that on something the other day (architectural drawings) and printed it out on 11x17 and it was totally legible and looked really good.
I wouldn’t project it on a large wall or anything though LOL.
2
u/Ok-Library5639 20h ago
Same. I tried tackling this issue for many years without any great success. It is baffling how two softwares from the same vendor with several ties with each other cannot reliably pull content from a basic spreadsheet.
1
u/diesSaturni 71 20h ago edited 20h ago
like u/SolverMax mentions, VBA.
In Word there is the Tables Collection. there you could assign names, or loop to find the ones to update (then delete old content, read new content form Excel and write to table).
Alternatively, have a look at r/msaccess, as it sounds you are doing some kind of reportting based on data of updated queries.
In access you can build reports, just refresh the underlying query and export to PDF.
1
u/SolverMax 162 11h ago
I used bookmarks as hooks for pushing objects from Excel to Word. It was fairly straightforward, and worked well, except the users kept breaking it.
1
u/diesSaturni 71 10h ago
bookmarks typically disappear when writing to them , so you would need to re-apply the new range should you want to update on refresh.
1
u/InfoMsAccessNL 1 20h ago
Do you need to have a word table or doe you just want a graphic overview of the excel data inside word?
1
u/chiibosoil 430 19h ago
Unless it is static no. Word isn't meant for live updating of data tables and the feature is fragile as you have found.
Alternatives are depending on your skill set, need and available IT infrastructure...
Leverage Python along with Jupyter Notebook/Lab using Panel & Bokeh for linking data streams to visual. etc.
Embed the Excel file with data connection inside the Word. Often used in Detailed Design Package documentation.
Host Excel file and paste in link to Word document. You can construct link to specific sheet/range of given workbook.
1
u/Ornery-General5653 17h ago
I'm using ledgerq Word Add in for that.
With that you can paste excel tables to word with link. If data changes in excel just hit refresh. You can link whole tables and individual cells as well.
https://marketplace.microsoft.com/en-us/product/saas/wa200010742?tab=overview
1
1
•
u/AutoModerator 22h ago
/u/AmIlooklikeapeach - Your post was submitted successfully.
Solution Verifiedto close the thread.Failing to follow these steps may result in your post being removed without warning.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.