<?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: How do I retrieve Microsoft Office file metadata?</title>
	<link>http://ask.metafilter.com/5034/How-do-I-retrieve-Microsoft-Office-file-metadata/</link>
	<description>Comments on Ask MetaFilter post How do I retrieve Microsoft Office file metadata?</description>
	<pubDate>Sat, 31 Jan 2004 14:31:56 -0800</pubDate>
	<lastBuildDate>Sat, 31 Jan 2004 14:31:56 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How do I retrieve Microsoft Office file metadata?</title>
		<link>http://ask.metafilter.com/5034/How-do-I-retrieve-Microsoft-Office-file-metadata</link>	
		<description>Does anyone know of a program that will display metadata from Microsoft Office files (such as revisions from Autosave, track changes, etc.)?  My searching has documented the range of metadata that is available and I have located numerous programs for removing the data, but nothing that will allow me to retrieve the data easily.  I am looking for something a little more advanced than Notepad.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2004:site.5034</guid>
		<pubDate>Sat, 31 Jan 2004 13:28:00 -0800</pubDate>
		<dc:creator>ajr</dc:creator>
		
			<category>programs</category>
		
			<category>metadata</category>
		
			<category>msoffice</category>
		
			<category>office</category>
		
	</item> <item>
		<title>By: cmonkey</title>
		<link>http://ask.metafilter.com/5034/How-do-I-retrieve-Microsoft-Office-file-metadata#110971</link>	
		<description>The only free utility that I know of is &lt;a href=&quot;http://www.sysinternals.com/ntw2k/source/misc.shtml#strings&quot;&gt;strings&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5034-110971</guid>
		<pubDate>Sat, 31 Jan 2004 14:31:56 -0800</pubDate>
		<dc:creator>cmonkey</dc:creator>
	</item><item>
		<title>By: jeb</title>
		<link>http://ask.metafilter.com/5034/How-do-I-retrieve-Microsoft-Office-file-metadata#110994</link>	
		<description>There is a remote possibility that the people that develop &lt;a href=&quot;http://jakarta.apache.org/poi/hpsf/index.html&quot;&gt;Poi&apos;s HPSF libraries&lt;/a&gt; have some kind of test app for this.  HPSF is a a bunch of Java for reading and editing MS Office document metadata.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5034-110994</guid>
		<pubDate>Sat, 31 Jan 2004 16:14:08 -0800</pubDate>
		<dc:creator>jeb</dc:creator>
	</item><item>
		<title>By: srboisvert</title>
		<link>http://ask.metafilter.com/5034/How-do-I-retrieve-Microsoft-Office-file-metadata#111044</link>	
		<description>You could look at offices&apos;s  object model and try your hand VBA.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odeomg/html/deovrobjectmodelguide.asp&quot;&gt;Word 2000&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/modcore/html/deovrMicrosoftWord2000.asp&quot;&gt;Word XP&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
In XP you will be looking for:&lt;br&gt;
documents.document.properties (page 3)&lt;br&gt;
documents.document.range.revisions (page 4)&lt;br&gt;
&lt;br&gt;
To navigate:  in the left menu bar - Office Solutions Development - then select the version of office you have.&lt;br&gt;
&lt;br&gt;
This is a good backgrounder on using VBA &lt;a href=&quot;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/modcore/html/deovrworkingwithmicrosoftwordobjects.asp&quot;&gt;Working with Microsoft Word Objects&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5034-111044</guid>
		<pubDate>Sat, 31 Jan 2004 20:43:05 -0800</pubDate>
		<dc:creator>srboisvert</dc:creator>
	</item><item>
		<title>By: ajr</title>
		<link>http://ask.metafilter.com/5034/How-do-I-retrieve-Microsoft-Office-file-metadata#111064</link>	
		<description>Thanks everyone.  cmonkey:  forgive my ignorance, but it has been a long time since i&apos;ve worked at the DOS prompt.  When running the string command I get a bunch of information, but it scrolls up the screen before I can read it.  Using &quot;/p&quot; after the string.exe command doesn&apos;t work.  Is there a command that I can use to write the output to a text file, or something similar?&lt;br&gt;
&lt;br&gt;
srboisvert:  I also claim my ignorance regarding VBA.  I know that Windows ships with an error checker, etc., is that something that I can use to try this VBA, or do I need to purchase a program.  Thanks.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5034-111064</guid>
		<pubDate>Sat, 31 Jan 2004 21:46:35 -0800</pubDate>
		<dc:creator>ajr</dc:creator>
	</item><item>
		<title>By: cbrody</title>
		<link>http://ask.metafilter.com/5034/How-do-I-retrieve-Microsoft-Office-file-metadata#111122</link>	
		<description>ajr, use output redirection e.g. C:\&amp;gt;command &amp;gt; filename.ext&lt;br&gt;
&lt;br&gt;
The Visual Basic Editor is part of MS Office. From the Word menu, choose Tools / Macro / Visual Basic Editor. You may need to install it of course, but I believe it came with all Office versions since &apos;95.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5034-111122</guid>
		<pubDate>Sun, 01 Feb 2004 09:51:10 -0800</pubDate>
		<dc:creator>cbrody</dc:creator>
	</item><item>
		<title>By: ajr</title>
		<link>http://ask.metafilter.com/5034/How-do-I-retrieve-Microsoft-Office-file-metadata#111131</link>	
		<description>Excellent! Many thanks cbrody, the output redirection worked like a charm and the VBA editor is loaded and ready for action.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5034-111131</guid>
		<pubDate>Sun, 01 Feb 2004 10:17:41 -0800</pubDate>
		<dc:creator>ajr</dc:creator>
	</item>
	</channel>
</rss>
