<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: Using the immediate window from within the Excel desktop</title>
	<atom:link href="http://www.blog.methodsinexcel.co.uk/2006/11/13/using-the-immediate-window-from-within-the-excel-desktop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.methodsinexcel.co.uk/2006/11/13/using-the-immediate-window-from-within-the-excel-desktop/</link>
	<description></description>
	<lastBuildDate>Tue,  7 Feb 2012 16:37:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Resolver &#171; Smurf on Spreadsheets</title>
		<link>http://www.blog.methodsinexcel.co.uk/2006/11/13/using-the-immediate-window-from-within-the-excel-desktop/comment-page-1/#comment-24037</link>
		<dc:creator>Resolver &#171; Smurf on Spreadsheets</dc:creator>
		<pubDate>Sat, 29 Sep 2007 03:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2006/11/13/using-the-immediate-window-from-within-the-excel-desktop/#comment-24037</guid>
		<description>[...] It is a bit like a spreadsheet with a code editing window tacked below. Both Ross and I have tackled this issue with VBA in different ways in the past. Here is Ross&#8217;s code to unlock the VBAIDE Immediate window to float over the grid. [...]</description>
		<content:encoded><![CDATA[<p>[...] It is a bit like a spreadsheet with a code editing window tacked below. Both Ross and I have tackled this issue with VBA in different ways in the past. Here is Ross&#8217;s code to unlock the VBAIDE Immediate window to float over the grid. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FLT &#171; Smurf on Spreadsheets</title>
		<link>http://www.blog.methodsinexcel.co.uk/2006/11/13/using-the-immediate-window-from-within-the-excel-desktop/comment-page-1/#comment-9588</link>
		<dc:creator>FLT &#171; Smurf on Spreadsheets</dc:creator>
		<pubDate>Mon, 30 Apr 2007 23:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2006/11/13/using-the-immediate-window-from-within-the-excel-desktop/#comment-9588</guid>
		<description>[...] That was until I found Ross&#8217;s bit of code to rip the immediate window out of VBA and put it in the Excel desktop instead. What a great idea, I wish I&#8217;d thought of it. I didn&#8217;t, but it did inspire this little form based tool. Its as tatty as, just a mega rough and ready thing that I probably wont bother to develop further. No idea if its any use, of if I&#8217;ve missed something obvious, and there is a more simple way to do this. If so, be sure to let us know via comments. [...]</description>
		<content:encoded><![CDATA[<p>[...] That was until I found Ross&#8217;s bit of code to rip the immediate window out of VBA and put it in the Excel desktop instead. What a great idea, I wish I&#8217;d thought of it. I didn&#8217;t, but it did inspire this little form based tool. Its as tatty as, just a mega rough and ready thing that I probably wont bother to develop further. No idea if its any use, of if I&#8217;ve missed something obvious, and there is a more simple way to do this. If so, be sure to let us know via comments. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon murphy</title>
		<link>http://www.blog.methodsinexcel.co.uk/2006/11/13/using-the-immediate-window-from-within-the-excel-desktop/comment-page-1/#comment-1794</link>
		<dc:creator>simon murphy</dc:creator>
		<pubDate>Thu, 18 Jan 2007 00:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2006/11/13/using-the-immediate-window-from-within-the-excel-desktop/#comment-1794</guid>
		<description>Ross
I never wanted it till I saw it, and tried it. It so much better than clicking back and forth to the VBE. I have some plans to play around with this in the near future - I&#039;ll let you know how I get on.
cheers
Simon</description>
		<content:encoded><![CDATA[<p>Ross<br />
I never wanted it till I saw it, and tried it. It so much better than clicking back and forth to the VBE. I have some plans to play around with this in the near future &#8211; I&#8217;ll let you know how I get on.<br />
cheers<br />
Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.blog.methodsinexcel.co.uk/2006/11/13/using-the-immediate-window-from-within-the-excel-desktop/comment-page-1/#comment-1775</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Wed, 17 Jan 2007 09:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2006/11/13/using-the-immediate-window-from-within-the-excel-desktop/#comment-1775</guid>
		<description>Thanks Simon, 
It&#039;s never something that I&#039;ve ever really wanted but I have hear it ask about before, so when I saw the API code somewhere I gave it a go. To be honest I used a Z order approach to begin with but that did not work, this kind does.  

cheers
Ross</description>
		<content:encoded><![CDATA[<p>Thanks Simon,<br />
It&#8217;s never something that I&#8217;ve ever really wanted but I have hear it ask about before, so when I saw the API code somewhere I gave it a go. To be honest I used a Z order approach to begin with but that did not work, this kind does.  </p>
<p>cheers<br />
Ross</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon murphy</title>
		<link>http://www.blog.methodsinexcel.co.uk/2006/11/13/using-the-immediate-window-from-within-the-excel-desktop/comment-page-1/#comment-1759</link>
		<dc:creator>simon murphy</dc:creator>
		<pubDate>Tue, 16 Jan 2007 21:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2006/11/13/using-the-immediate-window-from-within-the-excel-desktop/#comment-1759</guid>
		<description>Ross
I had a little play around with this the other day - brilliant idea.
I can see a few uses for the window and for the technique itself.
cheers
Simon</description>
		<content:encoded><![CDATA[<p>Ross<br />
I had a little play around with this the other day &#8211; brilliant idea.<br />
I can see a few uses for the window and for the technique itself.<br />
cheers<br />
Simon</p>
]]></content:encoded>
	</item>
</channel>
</rss>

