<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Editing Excel&#039;s Built-In Document Properties</title>
	<atom:link href="http://www.codeforexcelandoutlook.com/blog/2009/02/editing-excels-built-in-document-properties/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeforexcelandoutlook.com/blog/2009/02/editing-excels-built-in-document-properties/</link>
	<description>Automation and VBA code for Microsoft® Excel and Outlook</description>
	<lastBuildDate>Sun, 21 Mar 2010 08:54:13 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: JP</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/02/editing-excels-built-in-document-properties/#comment-1825</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Tue, 26 May 2009 23:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=493#comment-1825</guid>
		<description>There&#039;s a great example at &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/aa196425(office.11).aspx&quot; rel=&quot;nofollow&quot;&gt;Microsoft&lt;/a&gt;. Check it out.</description>
		<content:encoded><![CDATA[<p>There's a great example at <a href="http://msdn.microsoft.com/en-us/library/aa196425(office.11).aspx" rel="nofollow">Microsoft</a>. Check it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yash</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/02/editing-excels-built-in-document-properties/#comment-1824</link>
		<dc:creator>yash</dc:creator>
		<pubDate>Tue, 26 May 2009 07:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=493#comment-1824</guid>
		<description>thanks but how i can update
-Custom Properties (Name, Value and Type)
via codes
are there any specific pre defined codes which i can use directly.

Rgds</description>
		<content:encoded><![CDATA[<p>thanks but how i can update<br />
-Custom Properties (Name, Value and Type)<br />
via codes<br />
are there any specific pre defined codes which i can use directly.</p>
<p>Rgds</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/02/editing-excels-built-in-document-properties/#comment-1823</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Thu, 21 May 2009 00:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=493#comment-1823</guid>
		<description>Check out the code in the blog post, one of the examples is exactly one you&#039;ve asked about. If you want to update the Author of an Excel worksheet, call the code as I did in the &quot;Usage&quot; sections listed below each procedure. You&#039;ll have to adapt the code to your particular situation, however.</description>
		<content:encoded><![CDATA[<p>Check out the code in the blog post, one of the examples is exactly one you've asked about. If you want to update the Author of an Excel worksheet, call the code as I did in the "Usage" sections listed below each procedure. You'll have to adapt the code to your particular situation, however.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yash</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/02/editing-excels-built-in-document-properties/#comment-1822</link>
		<dc:creator>yash</dc:creator>
		<pubDate>Wed, 20 May 2009 18:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=493#comment-1822</guid>
		<description>hi,

i am looking some thing where in i can use excel VBA codes and get output like say, want to update below properties :

-Author
-Manager
-Company
(Above already updated and want to change through codes)

and
-Custom Properties (Name, Value and Type)

appreciate if you can provide me ideal codes.</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>i am looking some thing where in i can use excel VBA codes and get output like say, want to update below properties :</p>
<p>-Author<br />
-Manager<br />
-Company<br />
(Above already updated and want to change through codes)</p>
<p>and<br />
-Custom Properties (Name, Value and Type)</p>
<p>appreciate if you can provide me ideal codes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/02/editing-excels-built-in-document-properties/#comment-1821</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Tue, 14 Apr 2009 11:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=493#comment-1821</guid>
		<description>I found these threads, should be helpful, especially the last one:

http://www.developer.com/mgmt/article.php/3088201
http://my.safaribooksonline.com/0596008805/essentialsp-CHP-5-SECT-6
http://groups.google.com/group/microsoft.public.excel.programming/browse_thread/thread/e57b4b177cf5663a/2938e570955d3b46?hl=en&amp;ie=UTF-8&amp;q=sharepoint+from+vba#2938e570955d3b46</description>
		<content:encoded><![CDATA[<p>I found these threads, should be helpful, especially the last one:</p>
<p><a href="http://www.developer.com/mgmt/article.php/3088201" rel="nofollow">http://www.developer.com/mgmt/article.php/3088201</a><br />
<a href="http://my.safaribooksonline.com/0596008805/essentialsp-CHP-5-SECT-6" rel="nofollow">http://my.safaribooksonline.com/0596008805/essentialsp-CHP-5-SECT-6</a><br />
<a href="http://groups.google.com/group/microsoft.public.excel.programming/browse_thread/thread/e57b4b177cf5663a/2938e570955d3b46?hl=en&#038;ie=UTF-8&#038;q=sharepoint+from+vba#2938e570955d3b46" rel="nofollow">http://groups.google.com/group/microsoft.public.excel.programming/browse_thread/thread/e57b4b177cf5663a/2938e570955d3b46?hl=en&#038;ie=UTF-8&#038;q=sharepoint+from+vba#2938e570955d3b46</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ang Poh</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/02/editing-excels-built-in-document-properties/#comment-1820</link>
		<dc:creator>Ang Poh</dc:creator>
		<pubDate>Tue, 14 Apr 2009 11:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=493#comment-1820</guid>
		<description>Do you have any tipes to write/read Document Properties from the server side?

Bascially, I would like to be able to access the document properties stored in a share-point server via EXCEL VBA.

Any pointers would be greatly apprecaited.</description>
		<content:encoded><![CDATA[<p>Do you have any tipes to write/read Document Properties from the server side?</p>
<p>Bascially, I would like to be able to access the document properties stored in a share-point server via EXCEL VBA.</p>
<p>Any pointers would be greatly apprecaited.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerrit</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/02/editing-excels-built-in-document-properties/#comment-1819</link>
		<dc:creator>Gerrit</dc:creator>
		<pubDate>Wed, 08 Apr 2009 15:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=493#comment-1819</guid>
		<description>Your code is exactly what I was looking for.
Thanks a lot!!!
Regards Gerrit</description>
		<content:encoded><![CDATA[<p>Your code is exactly what I was looking for.<br />
Thanks a lot!!!<br />
Regards Gerrit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlexJ</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/02/editing-excels-built-in-document-properties/#comment-1818</link>
		<dc:creator>AlexJ</dc:creator>
		<pubDate>Mon, 09 Feb 2009 21:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=493#comment-1818</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/02/editing-excels-built-in-document-properties/#comment-1817</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Mon, 09 Feb 2009 13:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=493#comment-1817</guid>
		<description>This is probably happening because &lt;strong&gt;Format&lt;/strong&gt; is a reserved word in VBA. In fact, if you leave it as &lt;strong&gt;Format&lt;/strong&gt; and try to use the actual reserved word &quot;Format&quot; elsewhere in the same project, you&#039;ll get errors.

The word in the enumeration actually doesn&#039;t matter, so you can change it to anything. I&#039;ll update the code above.</description>
		<content:encoded><![CDATA[<p>This is probably happening because <strong>Format</strong> is a reserved word in VBA. In fact, if you leave it as <strong>Format</strong> and try to use the actual reserved word "Format" elsewhere in the same project, you'll get errors.</p>
<p>The word in the enumeration actually doesn't matter, so you can change it to anything. I'll update the code above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlexJ</title>
		<link>http://www.codeforexcelandoutlook.com/blog/2009/02/editing-excels-built-in-document-properties/#comment-1816</link>
		<dc:creator>AlexJ</dc:creator>
		<pubDate>Mon, 09 Feb 2009 13:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeforexcelandoutlook.com/blog/?p=493#comment-1816</guid>
		<description>@JP: I like the work you&#039;ve done - so I adopted Version 2. I&#039;ve added a GetDocProp (read a property) and SetDocProp (set a variable to a document property) using the same enumeration structure.

Two issues:
1.  The enumberation element &quot;Format&quot; caused compile errors (conflict with the VBA format function) in my code so I commented it out.
2. #1 was a bad idea, of course, since the enumerations resolve to integer index values, and any docprop greater than &quot;Format&quot; was incorrectly referenced. Resolved that by using &quot;VBA.Format&quot; for the format function.

Any idea why there is a conflict for the &quot;Format&quot; enumeration element?</description>
		<content:encoded><![CDATA[<p>@JP: I like the work you've done &#8211; so I adopted Version 2. I've added a GetDocProp (read a property) and SetDocProp (set a variable to a document property) using the same enumeration structure.</p>
<p>Two issues:<br />
1.  The enumberation element "Format" caused compile errors (conflict with the VBA format function) in my code so I commented it out.<br />
2. #1 was a bad idea, of course, since the enumerations resolve to integer index values, and any docprop greater than "Format" was incorrectly referenced. Resolved that by using "VBA.Format" for the format function.</p>
<p>Any idea why there is a conflict for the "Format" enumeration element?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
