<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Extract 1834 Images from Excel 2007 and Transfer to a Database Table</title>
	<atom:link href="http://hoopercharles.wordpress.com/2009/12/28/extract-1834-images-from-excel-2007-and-transfer-to-a-database-table/feed/" rel="self" type="application/rss+xml" />
	<link>http://hoopercharles.wordpress.com/2009/12/28/extract-1834-images-from-excel-2007-and-transfer-to-a-database-table/</link>
	<description>Miscellaneous Random Oracle Topics: Stop, Think, ... Understand</description>
	<lastBuildDate>Thu, 23 May 2013 04:02:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Charles Hooper</title>
		<link>http://hoopercharles.wordpress.com/2009/12/28/extract-1834-images-from-excel-2007-and-transfer-to-a-database-table/#comment-236</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Sat, 23 Jan 2010 18:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=536#comment-236</guid>
		<description><![CDATA[You might find some useful information on this site (located through a Google search, so I do not know the quality of the information):
http://blogs.msdn.com/jensenh/archive/2006/09/15/755336.aspx

The &quot;Download Office 2007 B2TR Control ID List&quot; file apparently contains the control names that need to be passed into the GetImageMso function (in place of strName) - it looks like the download includes the control names for Access, Excel, Outlook, Power Point, and Word.

Good luck.]]></description>
		<content:encoded><![CDATA[<p>You might find some useful information on this site (located through a Google search, so I do not know the quality of the information):<br />
<a href="http://blogs.msdn.com/jensenh/archive/2006/09/15/755336.aspx" rel="nofollow">http://blogs.msdn.com/jensenh/archive/2006/09/15/755336.aspx</a></p>
<p>The &#8220;Download Office 2007 B2TR Control ID List&#8221; file apparently contains the control names that need to be passed into the GetImageMso function (in place of strName) &#8211; it looks like the download includes the control names for Access, Excel, Outlook, Power Point, and Word.</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul D Pruitt</title>
		<link>http://hoopercharles.wordpress.com/2009/12/28/extract-1834-images-from-excel-2007-and-transfer-to-a-database-table/#comment-235</link>
		<dc:creator><![CDATA[Paul D Pruitt]]></dc:creator>
		<pubDate>Sat, 23 Jan 2010 17:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=536#comment-235</guid>
		<description><![CDATA[I was able to insert the images in my proper rows using a macro I found, although it was much less elegant as I used one line of code for each image.    

My new problem is how to rewrite your code for extracting Word and PowerPoint QAT commands.  If you have any suggestions, let me know.]]></description>
		<content:encoded><![CDATA[<p>I was able to insert the images in my proper rows using a macro I found, although it was much less elegant as I used one line of code for each image.    </p>
<p>My new problem is how to rewrite your code for extracting Word and PowerPoint QAT commands.  If you have any suggestions, let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul D Pruitt</title>
		<link>http://hoopercharles.wordpress.com/2009/12/28/extract-1834-images-from-excel-2007-and-transfer-to-a-database-table/#comment-221</link>
		<dc:creator><![CDATA[Paul D Pruitt]]></dc:creator>
		<pubDate>Thu, 21 Jan 2010 05:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=536#comment-221</guid>
		<description><![CDATA[Charles,

Thanks so much for your feedback.  I actually did something better I downloaded Oracle Express and once I got the two references Microsoft ActiveX Data Objects and Microsoft ActiveX Data Objects RecordSet Library (I think I needed both) and then changed the code to enter my database name (automatically named &quot;XE&quot; for Express) , my username (&quot;system&quot; as mentioned in setup) and password as set in during install, it worked smoothly.  I earlier had created the table in Oracle once I figured out I need to connect to the database first in the SQL CMD interface.

So now I have the Excel spreadsheet as described.  I also have the directory filled with images with the right names, which is actually more valuable.  So now my problem is getting the images in the table in the correct rows that also have the QAT the respective command name.  This though is my problem, you&#039;ve done your part!  Thanks so much!  I spent two days looking for a solution to this problem.]]></description>
		<content:encoded><![CDATA[<p>Charles,</p>
<p>Thanks so much for your feedback.  I actually did something better I downloaded Oracle Express and once I got the two references Microsoft ActiveX Data Objects and Microsoft ActiveX Data Objects RecordSet Library (I think I needed both) and then changed the code to enter my database name (automatically named &#8220;XE&#8221; for Express) , my username (&#8220;system&#8221; as mentioned in setup) and password as set in during install, it worked smoothly.  I earlier had created the table in Oracle once I figured out I need to connect to the database first in the SQL CMD interface.</p>
<p>So now I have the Excel spreadsheet as described.  I also have the directory filled with images with the right names, which is actually more valuable.  So now my problem is getting the images in the table in the correct rows that also have the QAT the respective command name.  This though is my problem, you&#8217;ve done your part!  Thanks so much!  I spent two days looking for a solution to this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Hooper</title>
		<link>http://hoopercharles.wordpress.com/2009/12/28/extract-1834-images-from-excel-2007-and-transfer-to-a-database-table/#comment-220</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Thu, 21 Jan 2010 01:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=536#comment-220</guid>
		<description><![CDATA[The above code should extract those icons for you - just eliminate the code related to the database access.  The critical lines are #37 (change the size from 32 x 32 to 16 x 16) and lines 44-45 and lines 91-99.  You might also want to look at the code in this blog article:
http://hoopercharles.wordpress.com/2009/12/28/extract-the-first-4400-images-from-excel-2003-and-above-and-transfer-to-a-database-table/

I believe this this book might be helpful for you - there is an interesting browser for the toolbar icons on the accompanying CD:
http://www.amazon.com/Excel-Power-Programming-Spreadsheets-Bookshelf/dp/0470044012]]></description>
		<content:encoded><![CDATA[<p>The above code should extract those icons for you &#8211; just eliminate the code related to the database access.  The critical lines are #37 (change the size from 32 x 32 to 16 x 16) and lines 44-45 and lines 91-99.  You might also want to look at the code in this blog article:<br />
<a href="http://hoopercharles.wordpress.com/2009/12/28/extract-the-first-4400-images-from-excel-2003-and-above-and-transfer-to-a-database-table/" rel="nofollow">http://hoopercharles.wordpress.com/2009/12/28/extract-the-first-4400-images-from-excel-2003-and-above-and-transfer-to-a-database-table/</a></p>
<p>I believe this this book might be helpful for you &#8211; there is an interesting browser for the toolbar icons on the accompanying CD:
<div style="width: 417px; text-align: center; background: #fff; border: 1px solid #aaa; margin: 3px; padding: 2px;">
<p style="margin: 10px 10px;"><a href="http://www.amazon.com/Excel-Power-Programming-Spreadsheets-Bookshelf/dp/0470044012" target="_blank"><img src="http://ecx.images-amazon.com/images/I/51gSFojEXrL.jpg" height="500" width="397" alt="Excel 2007 Power Programming with VBA (Mr. Spreadsheet&#039;s Bookshelf)" style="padding:0;margin:0;border:none;" /></a></p>
<p style="font-size: 10px;"><a href="http://www.amazon.com/Excel-Power-Programming-Spreadsheets-Bookshelf/dp/0470044012" target="_blank">Excel 2007 Power Programming with VBA (Mr. Spreadsheet&#039;s Bookshelf)</a></p>
<p style="font-size: 10px;">
<p style="margin: 10px 163.5px;"><a href="http://www.amazon.com/Excel-Power-Programming-Spreadsheets-Bookshelf/dp/0470044012" target="_blank"><img alt="Buy from Amazon" src="http://ecx.images-amazon.com/images/G/01/buttons/buy-from-tan.gif"" style="padding:0;margin:0;border:none;" /></a></p>
</p></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul D Pruitt</title>
		<link>http://hoopercharles.wordpress.com/2009/12/28/extract-1834-images-from-excel-2007-and-transfer-to-a-database-table/#comment-219</link>
		<dc:creator><![CDATA[Paul D Pruitt]]></dc:creator>
		<pubDate>Wed, 20 Jan 2010 22:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=536#comment-219</guid>
		<description><![CDATA[Charles,

Hi, I admire your posts even though I don&#039;t have Oracle.  I&#039;m in need of the images from the Quick Access Toolbar-QAT commands for Word, Excel and PowerPoint.  Can you make these available in Excel spreadsheet form for download?

Thanks for considering this,

Paul Pruitt]]></description>
		<content:encoded><![CDATA[<p>Charles,</p>
<p>Hi, I admire your posts even though I don&#8217;t have Oracle.  I&#8217;m in need of the images from the Quick Access Toolbar-QAT commands for Word, Excel and PowerPoint.  Can you make these available in Excel spreadsheet form for download?</p>
<p>Thanks for considering this,</p>
<p>Paul Pruitt</p>
]]></content:encoded>
	</item>
</channel>
</rss>
