<?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: Little Windows</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2005/08/12/little-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2005/08/12/little-windows/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:06:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Rob van Gelder</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/08/12/little-windows/#comment-15701</link>
		<dc:creator>Rob van Gelder</dc:creator>
		<pubDate>Sat, 13 Aug 2005 23:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1211#comment-15701</guid>
		<description>&lt;p&gt;Dick,&lt;/p&gt;
&lt;p&gt;&lt;Iíd even be satisfied with a picture of a selected range, i.e. I select range, take a &quot;picture&quot;, and that picture is always on top.&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.dicks-blog.com/archives/2004/04/28/snapshot-of-an-excel-range/#comment-1431&quot; rel=&quot;nofollow&quot;&gt;Snapshot of an Excel Range&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br&gt;
Rob&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dick,</p>
<p>&lt;Iíd even be satisfied with a picture of a selected range, i.e. I select range, take a &#8220;picture&#8221;, and that picture is always on top.&gt;</p>
<p><a href="http://www.dicks-blog.com/archives/2004/04/28/snapshot-of-an-excel-range/#comment-1431" rel="nofollow">Snapshot of an Excel Range</a></p>
<p>Cheers,<br />
Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XL-Dennis</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/08/12/little-windows/#comment-15700</link>
		<dc:creator>XL-Dennis</dc:creator>
		<pubDate>Sat, 13 Aug 2005 20:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1211#comment-15700</guid>
		<description>&lt;p&gt;Dick,&lt;/p&gt;
&lt;p&gt;Play around with a modeless userform, the Spreadsheet control of the OWC-package and the standard events of the sheet object :)&lt;/p&gt;
&lt;p&gt;        Dim wbBook As Workbook&lt;br&gt;
        Dim wsSource As Worksheet&lt;br&gt;
        Dim rnData As Range&lt;/p&gt;
&lt;p&gt;        Set wbBook = ActiveWorkbook&lt;br&gt;
        Set wsSource = wbBook.Worksheets(3)&lt;br&gt;
        With wsSource&lt;br&gt;
            Set rnData = .UsedRange&lt;br&gt;
        End With&lt;/p&gt;
&lt;p&gt;        rnData.Copy&lt;/p&gt;
&lt;p&gt;        With Me.Spreadsheet1&lt;br&gt;
            .Range(&quot;A1?).Paste&lt;br&gt;
            .ViewOnlyMode = True&lt;br&gt;
        End With&lt;/p&gt;
&lt;p&gt;        Application.CutCopyMode = False&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br&gt;
Dennis&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dick,</p>
<p>Play around with a modeless userform, the Spreadsheet control of the OWC-package and the standard events of the sheet object <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>        Dim wbBook As Workbook<br />
        Dim wsSource As Worksheet<br />
        Dim rnData As Range</p>
<p>        Set wbBook = ActiveWorkbook<br />
        Set wsSource = wbBook.Worksheets(3)<br />
        With wsSource<br />
            Set rnData = .UsedRange<br />
        End With</p>
<p>        rnData.Copy</p>
<p>        With Me.Spreadsheet1<br />
            .Range(&#8220;A1?).Paste<br />
            .ViewOnlyMode = True<br />
        End With</p>
<p>        Application.CutCopyMode = False</p>
<p>Kind regards,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/08/12/little-windows/#comment-15699</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Sat, 13 Aug 2005 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1211#comment-15699</guid>
		<description>&lt;p&gt;M:  That&#039;s exactly what I do and I agree that it feels wrong.  I wonder how we could get something to be always on top.  I&#039;d even be satisfied with a picture of a selected range, i.e. I select range, take a &quot;picture&quot;, and that picture is always on top.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>M:  That&#8217;s exactly what I do and I agree that it feels wrong.  I wonder how we could get something to be always on top.  I&#8217;d even be satisfied with a picture of a selected range, i.e. I select range, take a &#8220;picture&#8221;, and that picture is always on top.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/08/12/little-windows/#comment-15698</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Sat, 13 Aug 2005 18:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1211#comment-15698</guid>
		<description>&lt;p&gt;Ron: Are you saying you have three windows of the same workbook already open and you want to arrange two of them?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ron: Are you saying you have three windows of the same workbook already open and you want to arrange two of them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mpemba</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/08/12/little-windows/#comment-15695</link>
		<dc:creator>Mpemba</dc:creator>
		<pubDate>Sat, 13 Aug 2005 12:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1211#comment-15695</guid>
		<description>&lt;p&gt;Nice trick:&lt;/p&gt;
&lt;p&gt;Would be even better if we could fix it to stay &quot;always on top&quot;.  That way you could type into the main sheet without losing sight of the floating window.&lt;/p&gt;
&lt;p&gt;OK, of course you could type into the child window but that just &quot;feels&quot; wrong :o)&lt;/p&gt;
&lt;p&gt;M&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice trick:</p>
<p>Would be even better if we could fix it to stay &#8220;always on top&#8221;.  That way you could type into the main sheet without losing sight of the floating window.</p>
<p>OK, of course you could type into the child window but that just &#8220;feels&#8221; wrong <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
<p>M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/08/12/little-windows/#comment-15694</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Fri, 12 Aug 2005 22:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1211#comment-15694</guid>
		<description>&lt;p&gt;Hi Dick,&lt;br&gt;
This is pretty cool, but if you have say 3 or more windows open and you only want to look at two, what would you do?&lt;br&gt;
Ron&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Dick,<br />
This is pretty cool, but if you have say 3 or more windows open and you only want to look at two, what would you do?<br />
Ron</p>
]]></content:encoded>
	</item>
</channel>
</rss>

