<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Automated method for adding the same header to multiple Word documents?</title>
	<link>http://ask.metafilter.com/226814/Automated-method-for-adding-the-same-header-to-multiple-Word-documents/</link>
	<description>Comments on Ask MetaFilter post Automated method for adding the same header to multiple Word documents?</description>
	<pubDate>Tue, 16 Oct 2012 14:07:36 -0800</pubDate>
	<lastBuildDate>Tue, 16 Oct 2012 14:16:55 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Automated method for adding the same header to multiple Word documents?</title>
		<link>http://ask.metafilter.com/226814/Automated-method-for-adding-the-same-header-to-multiple-Word-documents</link>	
		<description>Is there an automated method for adding the same header to multiple Word (.doc) documents? &lt;br /&gt;&lt;br /&gt; I have a collection of several thousand .doc files and I&apos;ve been tasked with giving each one an identical header containing an image. I&apos;ve been given Word 2003 to work with, but I could presumably switch to any version of the software.&lt;br&gt;
&lt;br&gt;
Is there a script or 3rd-party app or any other sort of batch-processing approach that would hasten my completion of this potentially-monotonous job?&lt;br&gt;
&lt;br&gt;
Thanks in advance for any insight you can offer!</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2012:site.226814</guid>
		<pubDate>Tue, 16 Oct 2012 14:07:36 -0800</pubDate>
		<dc:creator>chudmonkey</dc:creator>
		
			<category>msword</category>
		
			<category>word</category>
		
			<category>header</category>
		
			<category>batch</category>
		
	</item>
	<item>
		<title>By: singingfish</title>
		<link>http://ask.metafilter.com/226814/Automated-method-for-adding-the-same-header-to-multiple-Word-documents#3282183</link>	
		<description>Presumably a bit of VBA can do it.  From a bit of googling I found the following relevant pages:&lt;br&gt;
&lt;br&gt;
http://stackoverflow.com/questions/706516/opening-activating-word-documents-in-a-vba-macro&lt;br&gt;
&lt;br&gt;
http://www.vbaexpress.com/kb/getarticle.php?kb_id=459</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.226814-3282183</guid>
		<pubDate>Tue, 16 Oct 2012 14:16:55 -0800</pubDate>
		<dc:creator>singingfish</dc:creator>
	</item><item>
		<title>By: lampshade</title>
		<link>http://ask.metafilter.com/226814/Automated-method-for-adding-the-same-header-to-multiple-Word-documents#3282359</link>	
		<description>Sobolsoft - MS Word Add Headers and Footers To Multiple Docs - $29.95 &lt;br&gt;
&lt;br&gt;
I did test it a while back and it looked good, but I have not had need for it, so I haven&apos;t bought it. However, if i needed to do what you are talking about, I would purchase a license. &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.sobolsoft.com/wordaddheader/&quot;&gt;SobolSoft.com/WordAddHeader&lt;/a&gt;&lt;br&gt;
&lt;small&gt;sobolsoft.com/wordaddheader&lt;/small&gt;&lt;/small&gt;&lt;br&gt;
&lt;br&gt;
There is a free trial claim, but it really isn&apos;t. The demo version limits you to only one document, so it is sort of pointless. However, what I was able to test seemed to confirm that it worked well as opposed to some other softwares out there. (like HotHotSoftware which resulted in all sorts of errors)&lt;br&gt;
&lt;br&gt;
As far as the VBA solutions, I am sure you can get one to work, but they seem to require a bit of fiddling to get the paths right and such. Along with singingfish&apos;s link upthread, here is another that seems to have promise and it is shareware. I tested that one a bit too, but didn&apos;t really work with it to any large degree.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://gregmaxey.mvps.org/word_tip_pages/process_batch_folder_addin.html&quot;&gt;Process_Batch_Folder_Addin&lt;/a&gt;&lt;br&gt;
&lt;small&gt;gregmaxey.mvps.org/word_tip_pages/process_batch_folder_addin.html&lt;/small&gt;&lt;/small&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.226814-3282359</guid>
		<pubDate>Tue, 16 Oct 2012 16:32:41 -0800</pubDate>
		<dc:creator>lampshade</dc:creator>
	</item><item>
		<title>By: Simon Barclay</title>
		<link>http://ask.metafilter.com/226814/Automated-method-for-adding-the-same-header-to-multiple-Word-documents#3282500</link>	
		<description>Do you know programming at all? This is almost definitely doable in VBA, with the right commands. &lt;br&gt;
&lt;br&gt;
First, to learn how to add what you want for a single document&apos;s header, record a new macro before you insert the header, then do what you normally do to put it in, and then stop recording. When you go into VBA (press Alt-F11) you will see the code that adds a header for a single document. Then, what you need to do is add code around the code created by recording the macro to repeat this for all the documents; you&apos;ll need commands like &quot;dir&quot; and &quot;while [...] loop&quot;. &lt;br&gt;
&lt;br&gt;
Does any of this make sense? If yes, I can try to help you through some of the rest. If not, you&apos;ll probably need to buy software to do this (as mentioned earlier).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.226814-3282500</guid>
		<pubDate>Tue, 16 Oct 2012 19:14:52 -0800</pubDate>
		<dc:creator>Simon Barclay</dc:creator>
	</item>
	</channel>
</rss>
