<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Populate file properties with this macro</title><link>https://communities.bentley.com/products/microstation/w/askinga/1036/populate-file-properties-with-this-macro</link><description>Articles previously found in the &amp;quot;AskInga&amp;quot; Community.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Populate file properties with this macro</title><link>https://communities.bentley.com/products/microstation/w/askinga/1036/populate-file-properties-with-this-macro</link><pubDate>Fri, 25 Feb 2011 13:59:26 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:4ea266ea-8b7d-4d1e-ab26-7290f274f010</guid><dc:creator>Inga Morozoff</dc:creator><comments>https://communities.bentley.com/products/microstation/w/askinga/1036/populate-file-properties-with-this-macro#comments</comments><description>Current Revision posted to [Archived] AskInga Wiki by Inga Morozoff on 2/25/2011 1:59:26 PM&lt;br /&gt;
&lt;p&gt;&lt;a href="/Communities/Other_Communities/AskInga/default.aspx"&gt;&lt;img height="76" width="230" src="/askIngaPics/askingalogo.gif" alt="AskInga logo" border="0" title="AskInga" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Original Article Date:&lt;/strong&gt;&amp;nbsp;&lt;em&gt;Febrary&amp;nbsp;2005&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Updated: &lt;/strong&gt;&lt;em&gt;February 2011&lt;/em&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;With many thanks to Bentley&amp;#39;s &lt;em&gt;Rudi Wells&lt;/em&gt; for this VBA macro that populates &lt;em&gt;File &amp;gt; Properties&lt;/em&gt;. No doubt you&amp;#39;ll all find this useful. &lt;/p&gt;
&lt;p&gt;NOTE:&amp;nbsp; The following information is applicable to Windows XP only.&amp;nbsp; In Windows 7, Microsoft removed the Summary tab of the File Properties dialog.&amp;nbsp;&amp;nbsp; &lt;/p&gt;
&lt;div style="border-bottom:#cccccc 1pt solid;"&gt;&lt;/div&gt;
&lt;p&gt;To get started:&lt;br /&gt;Download &lt;a href="/askingapics/230_File_Properties.zip"&gt;230_File_Properties.zip&lt;/a&gt;&lt;br /&gt;The zip file contains a single file with the name &lt;em&gt;File_Properties.xxxx&lt;/em&gt;&lt;br /&gt;Extract this file and place it in the folder being pointed to by MS_VBASEARCHDIRECTORIES.&lt;br /&gt;For example: C:\program files\Bentley\Workspace\Standards\vba\&lt;br /&gt;Finally, change the extension from &lt;em&gt;xxxx&lt;/em&gt; to &lt;em&gt;mvba&lt;/em&gt;. &lt;br /&gt;(The &lt;em&gt;xxxx&lt;/em&gt; extension was done to allow the zip file to pass through any virus scanners when being downloaded.)&lt;br /&gt;&lt;br /&gt;Ok, so now let&amp;#39;s take a look at how this all works.&lt;br /&gt;&lt;br /&gt;Open any file and navigate to &lt;em&gt;File &amp;gt; Properties&lt;/em&gt;. Each of the three tabs contains tidbits of information regarding the file. Take a closer look a the &lt;em&gt;Summary&lt;/em&gt; tab...here you can fill in the fields with custom information that may be applicable to a specific project or client. &lt;/p&gt;
&lt;table cellpadding="6" border="0" style="width:100%;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic1.jpg" align="left" border="0" alt="" /&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Once filled in, this information can also be viewed in the Windows Explorer pop-up balloon when hover your mouse over the file, as well as in the &lt;em&gt;summary&lt;/em&gt; tab when doing a &lt;em&gt;Right Click &amp;gt; Properties&lt;/em&gt; from the operating system. &lt;/p&gt;
&lt;table cellpadding="6" border="0" style="width:100%;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic2.jpg" align="left" border="0" alt="" /&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Ok....so what&amp;#39;s the VBA macro all about? Well, it simply auto-fills in the Summary fields for you..and it&amp;#39;s completely customizable. Let&amp;#39;s take a closer look.&lt;br /&gt;&lt;br /&gt;Select &lt;em&gt;Utilities &amp;gt; Macro &amp;gt; Project Manager&lt;/em&gt;&lt;br /&gt;Poke on &lt;em&gt;Load Project&lt;/em&gt; and select &lt;em&gt;File_Properties.mvba&lt;/em&gt;&lt;br /&gt;Once loaded, ensure the file is highlighted, and select &lt;em&gt;Visual Basic Editor&lt;/em&gt;&lt;br /&gt;You can now edit the text between the &amp;quot; &amp;quot; to suit your needs. &lt;/p&gt;
&lt;table cellpadding="6" border="0" style="width:100%;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic3.jpg" align="left" border="0" alt="" /&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Once editied, save the changes, exit the editor, and close the VBA Project Manager.&lt;br /&gt;You can now run the macro by keying in: &lt;em&gt;vba run [file]Properties.updateFileProperties&lt;/em&gt;. &lt;br /&gt;You can verify that the macro worked, by simply taking a peek at the Summary tab of the File Properties dialog. &lt;/p&gt;
&lt;table cellpadding="6" border="0" style="width:100%;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic4.jpg" align="left" border="0" alt="" /&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In the event that you&amp;#39;d like to process multiple files, simply use the &lt;em&gt;Batch Process&lt;/em&gt; utility: &lt;/p&gt;
&lt;table cellpadding="6" border="0" style="width:100%;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic5.jpg" align="left" border="0" alt="" /&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;This program is supplied as is. This program does not come with support. AskInga, Bentley Systems Inc., and the author of the program assumes no liability for damages direct, indirect, or consequential, which may result from the use of this program. Use this program at your own risk. &lt;/p&gt;
&lt;p&gt;AskInga Article #230 &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Askinga, Design Settings, FreewareShareware, Article&lt;/div&gt;
</description></item><item><title>Populate file properties with this macro</title><link>https://communities.bentley.com/products/microstation/w/askinga/1036/populate-file-properties-with-this-macro/revision/6</link><pubDate>Mon, 14 Jun 2010 13:48:29 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:4ea266ea-8b7d-4d1e-ab26-7290f274f010</guid><dc:creator>Inga Morozoff</dc:creator><comments>https://communities.bentley.com/products/microstation/w/askinga/1036/populate-file-properties-with-this-macro#comments</comments><description>Revision 6 posted to [Archived] AskInga Wiki by Inga Morozoff on 6/14/2010 1:48:29 PM&lt;br /&gt;
&lt;p&gt;&lt;a href="/Communities/Other_Communities/AskInga/default.aspx"&gt;&lt;img height="76" width="230" src="/askIngaPics/askingalogo.gif" alt="AskInga logo" border="0" title="AskInga" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Original Article Date:&lt;/strong&gt;&amp;nbsp;&lt;em&gt;Feb 11, 2005&lt;/em&gt; &lt;/p&gt;
&lt;p&gt;With many thanks to Bentley&amp;#39;s &lt;em&gt;Rudi Wells&lt;/em&gt; for this VBA macro that populates &lt;em&gt;File &amp;gt; Properties&lt;/em&gt;. No doubt you&amp;#39;ll all find this useful. &lt;/p&gt;
&lt;div style="border-bottom:#cccccc 1pt solid;"&gt;&lt;/div&gt;
&lt;p&gt;To get started:&lt;br /&gt;Download &lt;a href="/askingapics/230_File_Properties.zip"&gt;230_File_Properties.zip&lt;/a&gt;&lt;br /&gt;The zip file contains a single file with the name &lt;em&gt;File_Properties.xxxx&lt;/em&gt;&lt;br /&gt;Extract this file and place it in the folder being pointed to by MS_VBASEARCHDIRECTORIES.&lt;br /&gt;For example: C:\program files\Bentley\Workspace\Standards\vba\&lt;br /&gt;Finally, change the extension from &lt;em&gt;xxxx&lt;/em&gt; to &lt;em&gt;mvba&lt;/em&gt;. &lt;br /&gt;(The &lt;em&gt;xxxx&lt;/em&gt; extension was done to allow the zip file to pass through any virus scanners when being downloaded.)&lt;br /&gt;&lt;br /&gt;Ok, so now let&amp;#39;s take a look at how this all works.&lt;br /&gt;&lt;br /&gt;Open any file and navigate to &lt;em&gt;File &amp;gt; Properties&lt;/em&gt;. Each of the three tabs contains tidbits of information regarding the file. Take a closer look a the &lt;em&gt;Summary&lt;/em&gt; tab...here you can fill in the fields with custom information that may be applicable to a specific project or client. &lt;/p&gt;
&lt;table cellpadding="6" border="0" style="width:100%;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic1.jpg" align="left" border="0" alt="" /&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Once filled in, this information can also be viewed in the Windows Explorer pop-up balloon when hover your mouse over the file, as well as in the &lt;em&gt;summary&lt;/em&gt; tab when doing a &lt;em&gt;Right Click &amp;gt; Properties&lt;/em&gt; from the operating system. &lt;/p&gt;
&lt;table cellpadding="6" border="0" style="width:100%;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic2.jpg" align="left" border="0" alt="" /&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Ok....so what&amp;#39;s the VBA macro all about? Well, it simply auto-fills in the Summary fields for you..and it&amp;#39;s completely customizable. Let&amp;#39;s take a closer look.&lt;br /&gt;&lt;br /&gt;Select &lt;em&gt;Utilities &amp;gt; Macro &amp;gt; Project Manager&lt;/em&gt;&lt;br /&gt;Poke on &lt;em&gt;Load Project&lt;/em&gt; and select &lt;em&gt;File_Properties.mvba&lt;/em&gt;&lt;br /&gt;Once loaded, ensure the file is highlighted, and select &lt;em&gt;Visual Basic Editor&lt;/em&gt;&lt;br /&gt;You can now edit the text between the &amp;quot; &amp;quot; to suit your needs. &lt;/p&gt;
&lt;table cellpadding="6" border="0" style="width:100%;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic3.jpg" align="left" border="0" alt="" /&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Once editied, save the changes, exit the editor, and close the VBA Project Manager.&lt;br /&gt;You can now run the macro by keying in: &lt;em&gt;vba run [file]Properties.updateFileProperties&lt;/em&gt;. &lt;br /&gt;You can verify that the macro worked, by simply taking a peek at the Summary tab of the File Properties dialog. &lt;/p&gt;
&lt;table cellpadding="6" border="0" style="width:100%;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic4.jpg" align="left" border="0" alt="" /&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In the event that you&amp;#39;d like to process multiple files, simply use the &lt;em&gt;Batch Process&lt;/em&gt; utility: &lt;/p&gt;
&lt;table cellpadding="6" border="0" style="width:100%;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic5.jpg" align="left" border="0" alt="" /&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;This program is supplied as is. This program does not come with support. AskInga, Bentley Systems Inc., and the author of the program assumes no liability for damages direct, indirect, or consequential, which may result from the use of this program. Use this program at your own risk. &lt;/p&gt;
&lt;p&gt;AskInga Article #230 &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Article, Askinga, Design Settings, FreewareShareware&lt;/div&gt;
</description></item><item><title>Populate File Properties</title><link>https://communities.bentley.com/products/microstation/w/askinga/1036/populate-file-properties-with-this-macro/revision/5</link><pubDate>Mon, 14 Jun 2010 13:47:49 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:4ea266ea-8b7d-4d1e-ab26-7290f274f010</guid><dc:creator>Inga Morozoff</dc:creator><comments>https://communities.bentley.com/products/microstation/w/askinga/1036/populate-file-properties-with-this-macro#comments</comments><description>Revision 5 posted to [Archived] AskInga Wiki by Inga Morozoff on 6/14/2010 1:47:49 PM&lt;br /&gt;
&lt;p&gt;&lt;a href="/Communities/Other_Communities/AskInga/default.aspx"&gt;&lt;img height="76" width="230" src="/askIngaPics/askingalogo.gif" alt="AskInga logo" border="0" title="AskInga" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Original Article Date:&lt;/strong&gt;&amp;nbsp;&lt;em&gt;Feb 11, 2005&lt;/em&gt; &lt;/p&gt;
&lt;p&gt;With many thanks to Bentley&amp;#39;s &lt;em&gt;Rudi Wells&lt;/em&gt; for this VBA macro that populates &lt;em&gt;File &amp;gt; Properties&lt;/em&gt;. No doubt you&amp;#39;ll all find this useful. &lt;/p&gt;
&lt;div style="border-bottom:#cccccc 1pt solid;"&gt;&lt;/div&gt;
&lt;p&gt;To get started:&lt;br /&gt;Download &lt;a href="/askingapics/230_File_Properties.zip"&gt;230_File_Properties.zip&lt;/a&gt;&lt;br /&gt;The zip file contains a single file with the name &lt;em&gt;File_Properties.xxxx&lt;/em&gt;&lt;br /&gt;Extract this file and place it in the folder being pointed to by MS_VBASEARCHDIRECTORIES.&lt;br /&gt;For example: C:\program files\Bentley\Workspace\Standards\vba\&lt;br /&gt;Finally, change the extension from &lt;em&gt;xxxx&lt;/em&gt; to &lt;em&gt;mvba&lt;/em&gt;. &lt;br /&gt;(The &lt;em&gt;xxxx&lt;/em&gt; extension was done to allow the zip file to pass through any virus scanners when being downloaded.)&lt;br /&gt;&lt;br /&gt;Ok, so now let&amp;#39;s take a look at how this all works.&lt;br /&gt;&lt;br /&gt;Open any file and navigate to &lt;em&gt;File &amp;gt; Properties&lt;/em&gt;. Each of the three tabs contains tidbits of information regarding the file. Take a closer look a the &lt;em&gt;Summary&lt;/em&gt; tab...here you can fill in the fields with custom information that may be applicable to a specific project or client. &lt;/p&gt;
&lt;table cellpadding="6" border="0" style="width:100%;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic1.jpg" align="left" border="0" alt="" /&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Once filled in, this information can also be viewed in the Windows Explorer pop-up balloon when hover your mouse over the file, as well as in the &lt;em&gt;summary&lt;/em&gt; tab when doing a &lt;em&gt;Right Click &amp;gt; Properties&lt;/em&gt; from the operating system. &lt;/p&gt;
&lt;table cellpadding="6" border="0" style="width:100%;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic2.jpg" align="left" border="0" alt="" /&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Ok....so what&amp;#39;s the VBA macro all about? Well, it simply auto-fills in the Summary fields for you..and it&amp;#39;s completely customizable. Let&amp;#39;s take a closer look.&lt;br /&gt;&lt;br /&gt;Select &lt;em&gt;Utilities &amp;gt; Macro &amp;gt; Project Manager&lt;/em&gt;&lt;br /&gt;Poke on &lt;em&gt;Load Project&lt;/em&gt; and select &lt;em&gt;File_Properties.mvba&lt;/em&gt;&lt;br /&gt;Once loaded, ensure the file is highlighted, and select &lt;em&gt;Visual Basic Editor&lt;/em&gt;&lt;br /&gt;You can now edit the text between the &amp;quot; &amp;quot; to suit your needs. &lt;/p&gt;
&lt;table cellpadding="6" border="0" style="width:100%;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic3.jpg" align="left" border="0" alt="" /&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Once editied, save the changes, exit the editor, and close the VBA Project Manager.&lt;br /&gt;You can now run the macro by keying in: &lt;em&gt;vba run [file]Properties.updateFileProperties&lt;/em&gt;. &lt;br /&gt;You can verify that the macro worked, by simply taking a peek at the Summary tab of the File Properties dialog. &lt;/p&gt;
&lt;table cellpadding="6" border="0" style="width:100%;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic4.jpg" align="left" border="0" alt="" /&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In the event that you&amp;#39;d like to process multiple files, simply use the &lt;em&gt;Batch Process&lt;/em&gt; utility: &lt;/p&gt;
&lt;table cellpadding="6" border="0" style="width:100%;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic5.jpg" align="left" border="0" alt="" /&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;This program is supplied as is. This program does not come with support. AskInga, Bentley Systems Inc., and the author of the program assumes no liability for damages direct, indirect, or consequential, which may result from the use of this program. Use this program at your own risk. &lt;/p&gt;
&lt;p&gt;AskInga Article #230 &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Article, Askinga, Design Settings, FreewareShareware&lt;/div&gt;
</description></item><item><title>Populate File Properties</title><link>https://communities.bentley.com/products/microstation/w/askinga/1036/populate-file-properties-with-this-macro/revision/4</link><pubDate>Fri, 20 Jun 2008 13:24:31 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:4ea266ea-8b7d-4d1e-ab26-7290f274f010</guid><dc:creator>Hannah Blye</dc:creator><comments>https://communities.bentley.com/products/microstation/w/askinga/1036/populate-file-properties-with-this-macro#comments</comments><description>Revision 4 posted to [Archived] AskInga Wiki by Hannah Blye on 6/20/2008 1:24:31 PM&lt;br /&gt;
&lt;p&gt;
&lt;a href="/Communities/Other_Communities/AskInga/default.aspx"&gt;&lt;img src="/askIngaPics/askingalogo.gif" border="0" alt="AskInga logo" title="AskInga" width="230" height="76" /&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Original Article Date:&lt;/strong&gt;&amp;nbsp;&lt;em&gt;Feb 11, 2005&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
With many thanks to Bentley's &lt;em&gt;Rudi Wells&lt;/em&gt; for this VBA macro that populates &lt;em&gt;File &amp;gt; Properties&lt;/em&gt;. No doubt you'll all find this useful. 
&lt;/p&gt;
&lt;div style="border-bottom: #cccccc 1pt solid"&gt;
&lt;/div&gt;
&lt;p&gt;
To get started:&lt;br /&gt;
Download &lt;a href="/askingapics/230_File_Properties.zip"&gt;http://www.askinga.com/askingapics/230_File_Properties.zip&lt;/a&gt;&lt;br /&gt;
The zip file contains a single file with the name &lt;em&gt;File_Properties.xxxx&lt;/em&gt;&lt;br /&gt;
Extract this file and place it in the folder being pointed to by MS_VBASEARCHDIRECTORIES.&lt;br /&gt;
For example: C:\program files\Bentley\Workspace\Standards\vba\&lt;br /&gt;
Finally, change the extension from &lt;em&gt;xxxx&lt;/em&gt; to &lt;em&gt;mvba&lt;/em&gt;. &lt;br /&gt;
(The &lt;em&gt;xxxx&lt;/em&gt; extension was done to allow the zip file to pass through any virus scanners when being downloaded.)&lt;br /&gt;
&lt;br /&gt;
Ok, so now let's take a look at how this all works.&lt;br /&gt;
&lt;br /&gt;
Open any file and navigate to &lt;em&gt;File &amp;gt; Properties&lt;/em&gt;. Each of the three tabs contains tidbits of information regarding the file. Take a closer look a the &lt;em&gt;Summary&lt;/em&gt; tab...here you can fill in the fields with custom information that may be applicable to a specific project or client. 
&lt;/p&gt;
&lt;table border="0" cellpadding="6" width="100%"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic1.jpg" border="0" align="left" /&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
Once filled in, this information can also be viewed in the Windows Explorer pop-up balloon when hover your mouse over the file, as well as in the &lt;em&gt;summary&lt;/em&gt; tab when doing a &lt;em&gt;Right Click &amp;gt; Properties&lt;/em&gt; from the operating system. 
&lt;/p&gt;
&lt;table border="0" cellpadding="6" width="100%"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic2.jpg" border="0" align="left" /&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
Ok....so what's the VBA macro all about? Well, it simply auto-fills in the Summary fields for you..and it's completely customizable. Let's take a closer look.&lt;br /&gt;
&lt;br /&gt;
Select &lt;em&gt;Utilities &amp;gt; Macro &amp;gt; Project Manager&lt;/em&gt;&lt;br /&gt;
Poke on &lt;em&gt;Load Project&lt;/em&gt; and select &lt;em&gt;File_Properties.mvba&lt;/em&gt;&lt;br /&gt;
Once loaded, ensure the file is highlighted, and select &lt;em&gt;Visual Basic Editor&lt;/em&gt;&lt;br /&gt;
You can now edit the text between the &amp;quot; &amp;quot; to suit your needs. 
&lt;/p&gt;
&lt;table border="0" cellpadding="6" width="100%"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic3.jpg" border="0" align="left" /&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
Once editied, save the changes, exit the editor, and close the VBA Project Manager.&lt;br /&gt;
You can now run the macro by keying in: &lt;em&gt;vba run [file]Properties.updateFileProperties&lt;/em&gt;. &lt;br /&gt;
You can verify that the macro worked, by simply taking a peek at the Summary tab of the File Properties dialog. 
&lt;/p&gt;
&lt;table border="0" cellpadding="6" width="100%"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic4.jpg" border="0" align="left" /&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
In the event that you'd like to process multiple files, simply use the &lt;em&gt;Batch Process&lt;/em&gt; utility: 
&lt;/p&gt;
&lt;table border="0" cellpadding="6" width="100%"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic5.jpg" border="0" align="left" /&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
This program is supplied as is. This program does not come with support. AskInga, Bentley Systems Inc., and the author of the program assumes no liability for damages direct, indirect, or consequential, which may result from the use of this program. Use this program at your own risk. 
&lt;/p&gt;
&lt;p&gt;
AskInga Article #230 
&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Article, Askinga, Design Settings, FreewareShareware&lt;/div&gt;
</description></item><item><title>Populate File Properties</title><link>https://communities.bentley.com/products/microstation/w/askinga/1036/populate-file-properties-with-this-macro/revision/3</link><pubDate>Tue, 10 Jun 2008 18:47:33 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:4ea266ea-8b7d-4d1e-ab26-7290f274f010</guid><dc:creator>Hannah Blye</dc:creator><comments>https://communities.bentley.com/products/microstation/w/askinga/1036/populate-file-properties-with-this-macro#comments</comments><description>Revision 3 posted to [Archived] AskInga Wiki by Hannah Blye on 6/10/2008 6:47:33 PM&lt;br /&gt;
&lt;p&gt;
&lt;a href="/UserGroups/GroupDetail.aspx?groupID=111"&gt;&lt;img src="/askIngaPics/askingalogo.gif" border="0" alt="AskInga logo" title="AskInga" width="230" height="76" /&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
With many thanks to Bentley's &lt;em&gt;Rudi Wells&lt;/em&gt; for this VBA macro that populates &lt;em&gt;File &amp;gt; Properties&lt;/em&gt;. No doubt you'll all find this useful. 
&lt;/p&gt;
&lt;div style="border-bottom: #cccccc 1pt solid"&gt;
&lt;/div&gt;
&lt;p&gt;
To get started:&lt;br /&gt;
Download &lt;a href="/askingapics/230_File_Properties.zip"&gt;http://www.askinga.com/askingapics/230_File_Properties.zip&lt;/a&gt;&lt;br /&gt;
The zip file contains a single file with the name &lt;em&gt;File_Properties.xxxx&lt;/em&gt;&lt;br /&gt;
Extract this file and place it in the folder being pointed to by MS_VBASEARCHDIRECTORIES.&lt;br /&gt;
For example: C:\program files\Bentley\Workspace\Standards\vba\&lt;br /&gt;
Finally, change the extension from &lt;em&gt;xxxx&lt;/em&gt; to &lt;em&gt;mvba&lt;/em&gt;. &lt;br /&gt;
(The &lt;em&gt;xxxx&lt;/em&gt; extension was done to allow the zip file to pass through any virus scanners when being downloaded.)&lt;br /&gt;
&lt;br /&gt;
Ok, so now let's take a look at how this all works.&lt;br /&gt;
&lt;br /&gt;
Open any file and navigate to &lt;em&gt;File &amp;gt; Properties&lt;/em&gt;. Each of the three tabs contains tidbits of information regarding the file. Take a closer look a the &lt;em&gt;Summary&lt;/em&gt; tab...here you can fill in the fields with custom information that may be applicable to a specific project or client. 
&lt;/p&gt;
&lt;table border="0" cellpadding="6" width="100%"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic1.jpg" border="0" align="left" /&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
Once filled in, this information can also be viewed in the Windows Explorer pop-up balloon when hover your mouse over the file, as well as in the &lt;em&gt;summary&lt;/em&gt; tab when doing a &lt;em&gt;Right Click &amp;gt; Properties&lt;/em&gt; from the operating system. 
&lt;/p&gt;
&lt;table border="0" cellpadding="6" width="100%"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic2.jpg" border="0" align="left" /&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
Ok....so what's the VBA macro all about? Well, it simply auto-fills in the Summary fields for you..and it's completely customizable. Let's take a closer look.&lt;br /&gt;
&lt;br /&gt;
Select &lt;em&gt;Utilities &amp;gt; Macro &amp;gt; Project Manager&lt;/em&gt;&lt;br /&gt;
Poke on &lt;em&gt;Load Project&lt;/em&gt; and select &lt;em&gt;File_Properties.mvba&lt;/em&gt;&lt;br /&gt;
Once loaded, ensure the file is highlighted, and select &lt;em&gt;Visual Basic Editor&lt;/em&gt;&lt;br /&gt;
You can now edit the text between the &amp;quot; &amp;quot; to suit your needs. 
&lt;/p&gt;
&lt;table border="0" cellpadding="6" width="100%"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic3.jpg" border="0" align="left" /&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
Once editied, save the changes, exit the editor, and close the VBA Project Manager.&lt;br /&gt;
You can now run the macro by keying in: &lt;em&gt;vba run [file]Properties.updateFileProperties&lt;/em&gt;. &lt;br /&gt;
You can verify that the macro worked, by simply taking a peek at the Summary tab of the File Properties dialog. 
&lt;/p&gt;
&lt;table border="0" cellpadding="6" width="100%"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic4.jpg" border="0" align="left" /&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
In the event that you'd like to process multiple files, simply use the &lt;em&gt;Batch Process&lt;/em&gt; utility: 
&lt;/p&gt;
&lt;table border="0" cellpadding="6" width="100%"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic5.jpg" border="0" align="left" /&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
This program is supplied as is. This program does not come with support. AskInga, Bentley Systems Inc., and the author of the program assumes no liability for damages direct, indirect, or consequential, which may result from the use of this program. Use this program at your own risk. 
&lt;/p&gt;
&lt;p&gt;
AskInga Article #230 
&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: &lt;tags&gt;&lt;/tags&gt;&lt;/div&gt;
</description></item><item><title>Populate File Properties</title><link>https://communities.bentley.com/products/microstation/w/askinga/1036/populate-file-properties-with-this-macro/revision/2</link><pubDate>Mon, 09 Jun 2008 14:28:32 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:4ea266ea-8b7d-4d1e-ab26-7290f274f010</guid><dc:creator>Hannah Blye</dc:creator><comments>https://communities.bentley.com/products/microstation/w/askinga/1036/populate-file-properties-with-this-macro#comments</comments><description>Revision 2 posted to [Archived] AskInga Wiki by Hannah Blye on 6/9/2008 2:28:32 PM&lt;br /&gt;
&lt;p&gt;
&lt;img src="/askIngaPics/askingalogo.gif" border="0" alt="Ask Inga logo" title="Ask?Inga" width="230" height="76" /&gt; 
&lt;/p&gt;
&lt;p&gt;
With many thanks to Bentley's &lt;em&gt;Rudi Wells&lt;/em&gt; for this VBA macro that populates &lt;em&gt;File &amp;gt; Properties&lt;/em&gt;. No doubt you'll all find this useful.
&lt;/p&gt;
&lt;div style="border-bottom: #cccccc 1pt solid"&gt;
&lt;/div&gt;
&lt;p&gt;
To get started:&lt;br /&gt;
Download &lt;a href="/askingapics/230_File_Properties.zip"&gt;http://www.askinga.com/askingapics/230_File_Properties.zip&lt;/a&gt;&lt;br /&gt;
The zip file contains a single file with the name &lt;em&gt;File_Properties.xxxx&lt;/em&gt;&lt;br /&gt;
Extract this file and place it in the folder being pointed to by MS_VBASEARCHDIRECTORIES.&lt;br /&gt;
For example: C:\program files\Bentley\Workspace\Standards\vba\&lt;br /&gt;
Finally, change the extension from &lt;em&gt;xxxx&lt;/em&gt; to &lt;em&gt;mvba&lt;/em&gt;. &lt;br /&gt;
(The &lt;em&gt;xxxx&lt;/em&gt; extension was done to allow the zip file to pass through any virus scanners when being downloaded.)&lt;br /&gt;
&lt;br /&gt;
Ok, so now let's take a look at how this all works.&lt;br /&gt;
&lt;br /&gt;
Open any file and navigate to &lt;em&gt;File &amp;gt; Properties&lt;/em&gt;. Each of the three tabs contains tidbits of information regarding the file. Take a closer look a the &lt;em&gt;Summary&lt;/em&gt; tab...here you can fill in the fields with custom information that may be applicable to a specific project or client. 
&lt;/p&gt;
&lt;table border="0" cellpadding="6" width="100%"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic1.jpg" border="0" align="left" /&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
Once filled in, this information can also be viewed in the Windows Explorer pop-up balloon when hover your mouse over the file, as well as in the &lt;em&gt;summary&lt;/em&gt; tab when doing a &lt;em&gt;Right Click &amp;gt; Properties&lt;/em&gt; from the operating system.
&lt;/p&gt;
&lt;table border="0" cellpadding="6" width="100%"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic2.jpg" border="0" align="left" /&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
Ok....so what's the VBA macro all about? Well, it simply auto-fills in the Summary fields for you..and it's completely customizable. Let's take a closer look.&lt;br /&gt;
&lt;br /&gt;
Select &lt;em&gt;Utilities &amp;gt; Macro &amp;gt; Project Manager&lt;/em&gt;&lt;br /&gt;
Poke on &lt;em&gt;Load Project&lt;/em&gt; and select &lt;em&gt;File_Properties.mvba&lt;/em&gt;&lt;br /&gt;
Once loaded, ensure the file is highlighted, and select &lt;em&gt;Visual Basic Editor&lt;/em&gt;&lt;br /&gt;
You can now edit the text between the &amp;quot; &amp;quot; to suit your needs. 
&lt;/p&gt;
&lt;table border="0" cellpadding="6" width="100%"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic3.jpg" border="0" align="left" /&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
Once editied, save the changes, exit the editor, and close the VBA Project Manager.&lt;br /&gt;
You can now run the macro by keying in: &lt;em&gt;vba run [file]Properties.updateFileProperties&lt;/em&gt;. &lt;br /&gt;
You can verify that the macro worked, by simply taking a peek at the Summary tab of the File Properties dialog.
&lt;/p&gt;
&lt;table border="0" cellpadding="6" width="100%"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic4.jpg" border="0" align="left" /&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
In the event that you'd like to process multiple files, simply use the &lt;em&gt;Batch Process&lt;/em&gt; utility:
&lt;/p&gt;
&lt;table border="0" cellpadding="6" width="100%"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic5.jpg" border="0" align="left" /&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
This program is supplied as is. This program does not come with support. AskInga, Bentley Systems Inc., and the author of the program assumes no liability for damages direct, indirect, or consequential, which may result from the use of this program. Use this program at your own risk.
&lt;/p&gt;
&lt;p&gt;
AskInga Article #230
&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: &lt;tags&gt;&lt;/tags&gt;&lt;/div&gt;
</description></item><item><title>Populate File Properties</title><link>https://communities.bentley.com/products/microstation/w/askinga/1036/populate-file-properties-with-this-macro/revision/1</link><pubDate>Fri, 23 May 2008 13:36:37 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:4ea266ea-8b7d-4d1e-ab26-7290f274f010</guid><dc:creator>Danielle Schutz</dc:creator><comments>https://communities.bentley.com/products/microstation/w/askinga/1036/populate-file-properties-with-this-macro#comments</comments><description>Revision 1 posted to [Archived] AskInga Wiki by Danielle Schutz on 5/23/2008 1:36:37 PM&lt;br /&gt;
&lt;p&gt;
&lt;img src="/askIngaPics/askingalogo.gif" border="0" alt="Ask Inga logo" title="Ask?Inga" width="230" height="76" /&gt; 
&lt;/p&gt;
&lt;p&gt;
With many thanks to Bentley's &lt;em&gt;Rudi Wells&lt;/em&gt; for this VBA macro that populates &lt;em&gt;File &amp;gt; Properties&lt;/em&gt;. No doubt you'll all find this useful.
&lt;/p&gt;
&lt;div style="border-bottom: #cccccc 1pt solid"&gt;
&lt;/div&gt;
&lt;p&gt;
To get started:&lt;br /&gt;
Download &lt;a href="/askingapics/230_File_Properties.zip"&gt;http://www.askinga.com/askingapics/230_File_Properties.zip&lt;/a&gt;&lt;br /&gt;
The zip file contains a single file with the name &lt;em&gt;File_Properties.xxxx&lt;/em&gt;&lt;br /&gt;
Extract this file and place it in the folder being pointed to by MS_VBASEARCHDIRECTORIES.&lt;br /&gt;
For example: C:\program files\Bentley\Workspace\Standards\vba\&lt;br /&gt;
Finally, change the extension from &lt;em&gt;xxxx&lt;/em&gt; to &lt;em&gt;mvba&lt;/em&gt;. &lt;br /&gt;
(The &lt;em&gt;xxxx&lt;/em&gt; extension was done to allow the zip file to pass through any virus scanners when being downloaded.)&lt;br /&gt;
&lt;br /&gt;
Ok, so now let's take a look at how this all works.&lt;br /&gt;
&lt;br /&gt;
Open any file and navigate to &lt;em&gt;File &amp;gt; Properties&lt;/em&gt;. Each of the three tabs contains tidbits of information regarding the file. Take a closer look a the &lt;em&gt;Summary&lt;/em&gt; tab...here you can fill in the fields with custom information that may be applicable to a specific project or client. 
&lt;/p&gt;
&lt;table border="0" cellpadding="6" width="100%"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic1.jpg" border="0" align="left" /&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
Once filled in, this information can also be viewed in the Windows Explorer pop-up balloon when hover your mouse over the file, as well as in the &lt;em&gt;summary&lt;/em&gt; tab when doing a &lt;em&gt;Right Click &amp;gt; Properties&lt;/em&gt; from the operating system.
&lt;/p&gt;
&lt;table border="0" cellpadding="6" width="100%"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic2.jpg" border="0" align="left" /&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
Ok....so what's the VBA macro all about? Well, it simply auto-fills in the Summary fields for you..and it's completely customizable. Let's take a closer look.&lt;br /&gt;
&lt;br /&gt;
Select &lt;em&gt;Utilities &amp;gt; Macro &amp;gt; Project Manager&lt;/em&gt;&lt;br /&gt;
Poke on &lt;em&gt;Load Project&lt;/em&gt; and select &lt;em&gt;File_Properties.mvba&lt;/em&gt;&lt;br /&gt;
Once loaded, ensure the file is highlighted, and select &lt;em&gt;Visual Basic Editor&lt;/em&gt;&lt;br /&gt;
You can now edit the text between the &amp;quot; &amp;quot; to suit your needs. 
&lt;/p&gt;
&lt;table border="0" cellpadding="6" width="100%"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic3.jpg" border="0" align="left" /&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
Once editied, save the changes, exit the editor, and close the VBA Project Manager.&lt;br /&gt;
You can now run the macro by keying in: &lt;em&gt;vba run [file]Properties.updateFileProperties&lt;/em&gt;. &lt;br /&gt;
You can verify that the macro worked, by simply taking a peek at the Summary tab of the File Properties dialog.
&lt;/p&gt;
&lt;table border="0" cellpadding="6" width="100%"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic4.jpg" border="0" align="left" /&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
In the event that you'd like to process multiple files, simply use the &lt;em&gt;Batch Process&lt;/em&gt; utility:
&lt;/p&gt;
&lt;table border="0" cellpadding="6" width="100%"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td align="top" valign="top"&gt;&lt;img src="/askIngaPics/230Pic5.jpg" border="0" align="left" /&gt; &lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
This program is supplied as is. This program does not come with support. AskInga, Bentley Systems Inc., and the author of the program assumes no liability for damages direct, indirect, or consequential, which may result from the use of this program. Use this program at your own risk.
&lt;/p&gt;
&lt;p&gt;
AskInga Article #230
&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: &lt;tags&gt;&lt;/tags&gt;&lt;/div&gt;
</description></item></channel></rss>