Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 12-12-2017, 04:36 AM
beefcake2000 beefcake2000 is offline How to always link source data (.xlsx) to same directory as Mailmergefile? Windows 7 64bit How to always link source data (.xlsx) to same directory as Mailmergefile? Office 2010 64bit
Novice
How to always link source data (.xlsx) to same directory as Mailmergefile?
 
Join Date: Nov 2017
Posts: 10
beefcake2000 is on a distinguished road
Default How to always link source data (.xlsx) to same directory as Mailmergefile?

Hi,

I made a Mailmerge that will be used by different colleagues, which means it will get moved around a lot between folders and users. This often means that the data source can no longer be found and has to be re-added manually. I was wondering if it might be possible to hard code the data source in the Wordfile itself so it always refers to the same directory the Mailmerge is in (e.g. by changing the extension to a .zip and altering the relevant references in settings.xml and settings.xml.rels)?



Cheers,

Paul
Reply With Quote
  #2  
Old 12-12-2017, 02:11 PM
macropod's Avatar
macropod macropod is offline How to always link source data (.xlsx) to same directory as Mailmergefile? Windows 7 64bit How to always link source data (.xlsx) to same directory as Mailmergefile? Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,956
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Moving the mailmerge main document around isn't the problem; it's moving the data source around that's the problem. If you keep the data source in a fixed folder to which all users have access, there shouldn't be any issues with the mailmerge main document finding it. That said, the mailmerge main document should also be kept in a folder all users have access to, instead of moving it around; otherwise there's a risk that different users will end up using different versions of the mailmerge main document for their merges.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #3  
Old 01-23-2018, 07:43 AM
beefcake2000 beefcake2000 is offline How to always link source data (.xlsx) to same directory as Mailmergefile? Windows 7 64bit How to always link source data (.xlsx) to same directory as Mailmergefile? Office 2010 64bit
Novice
How to always link source data (.xlsx) to same directory as Mailmergefile?
 
Join Date: Nov 2017
Posts: 10
beefcake2000 is on a distinguished road
Default

You are, of course, entirely right. The only thing is that I am making a template that will be used by different people by different purposes. I would like them to be able to move the mailmergedocument and Excel source data to different folders without them having to reselect (remerge) the source file.
Reply With Quote
  #4  
Old 01-23-2018, 10:50 AM
macropod's Avatar
macropod macropod is offline How to always link source data (.xlsx) to same directory as Mailmergefile? Windows 7 64bit How to always link source data (.xlsx) to same directory as Mailmergefile? Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,956
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Quote:
Originally Posted by beefcake2000 View Post
I would like them to be able to move the mailmergedocument and Excel source data to different folders without them having to reselect (remerge) the source file.
That isn't going to happen. How would Word ever know where it should look for the data source?
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #5  
Old 01-24-2018, 02:07 AM
beefcake2000 beefcake2000 is offline How to always link source data (.xlsx) to same directory as Mailmergefile? Windows 7 64bit How to always link source data (.xlsx) to same directory as Mailmergefile? Office 2010 64bit
Novice
How to always link source data (.xlsx) to same directory as Mailmergefile?
 
Join Date: Nov 2017
Posts: 10
beefcake2000 is on a distinguished road
Default

I realize that, Paul That's why my initial question was whether it might be possible to hard code the data source (which always has the same name) in the Mailmerge Word file itself so that it always looks for this datasource in the same directory the Mailmerge Wordfile is opened from? I really appreciate the help!
Reply With Quote
  #6  
Old 01-24-2018, 02:42 AM
macropod's Avatar
macropod macropod is offline How to always link source data (.xlsx) to same directory as Mailmergefile? Windows 7 64bit How to always link source data (.xlsx) to same directory as Mailmergefile? Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,956
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

With a mailmerge main document, that is not possible.

A macro could be used in a mailmerge main document that has been converted back to an ordinary document (thus preserving the megefields), but that would also mean having to recreate, in the macro code, the merge type, any sheet/range references, filters etc. used for the merge. Plus you wouldn't be able to change any of the: workbook name; merge sheet name; or any relevant merge range names, without updating the macro as well. Otherwise the whole process would collapse. Unless the person responsible for managing all this is a competent coder, it would be well-nigh impossible to maintain. Imagine what's going to happen when users - being users - decide to get creative and have different workbook, sheet, etc. names to reflect their area's preferences and everything is in code...
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #7  
Old 01-24-2018, 02:52 AM
beefcake2000 beefcake2000 is offline How to always link source data (.xlsx) to same directory as Mailmergefile? Windows 7 64bit How to always link source data (.xlsx) to same directory as Mailmergefile? Office 2010 64bit
Novice
How to always link source data (.xlsx) to same directory as Mailmergefile?
 
Join Date: Nov 2017
Posts: 10
beefcake2000 is on a distinguished road
Default

Many thanks. I can see how that will go downhill really fast. I guess I'll just have to write a really clear guide!
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to always link source data (.xlsx) to same directory as Mailmergefile? Unlink source files when creating Church Directory with INCLUDEPICTURE JohnFinNC Mail Merge 3 09-18-2014 08:50 PM
How to populate cells in Sheet2 with Data Source query using cell data from Sheet1 bobznkazoo Excel 2 03-27-2014 11:14 AM
How to always link source data (.xlsx) to same directory as Mailmergefile? How to dynamically link imbedded Excel chart with source data from Word TBoz Excel 1 07-06-2012 05:53 PM
How to always link source data (.xlsx) to same directory as Mailmergefile? Link and Keep Source Formatting--not exact minny Excel 2 04-09-2012 04:19 PM
Link and change source for multiple tabs from excel to powerpoint excel3 PowerPoint 1 01-19-2012 02:01 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 12:11 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft