<?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: Using RefEdit Controls in Excel Dialogs</title>
	<atom:link href="http://peltiertech.com/WordPress/using-refedit-controls-in-excel-dialogs/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/using-refedit-controls-in-excel-dialogs/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Thu, 09 Sep 2010 16:13:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</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: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/using-refedit-controls-in-excel-dialogs/comment-page-1/#comment-25333</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 12 Jan 2010 13:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2924#comment-25333</guid>
		<description>Jan Karel Pieterse describes a problem and workaround with Application.InputBox in &lt;a href=&quot;http://www.jkp-ads.com/Articles/SelectARange.asp&quot; title=&quot;Getting&quot; rel=&quot;nofollow&quot;&gt;Getting a range from the user with VBA (Bug in Application.InputBox function)&lt;/a&gt;. In Excel 95 through 2003, if the active sheet has conditional formatting using the Formula Is option, the InputBox method will fail. The bug was fixed in Excel 2007.</description>
		<content:encoded><![CDATA[<p>Jan Karel Pieterse describes a problem and workaround with Application.InputBox in <a href="http://www.jkp-ads.com/Articles/SelectARange.asp" title="Getting" rel="nofollow">Getting a range from the user with VBA (Bug in Application.InputBox function)</a>. In Excel 95 through 2003, if the active sheet has conditional formatting using the Formula Is option, the InputBox method will fail. The bug was fixed in Excel 2007.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas Hebb</title>
		<link>http://peltiertech.com/WordPress/using-refedit-controls-in-excel-dialogs/comment-page-1/#comment-25313</link>
		<dc:creator>Nicholas Hebb</dc:creator>
		<pubDate>Tue, 12 Jan 2010 03:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2924#comment-25313</guid>
		<description>I use Application.InputBox(), but I&#039;ve found it has quirks as well. I can&#039;t remember off the top of my head, but I think it throws an error if the user clicks cancel. Also, I think the default range has to be passed as a Variant (which is never intuitive to me).</description>
		<content:encoded><![CDATA[<p>I use Application.InputBox(), but I&#8217;ve found it has quirks as well. I can&#8217;t remember off the top of my head, but I think it throws an error if the user clicks cancel. Also, I think the default range has to be passed as a Variant (which is never intuitive to me).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/using-refedit-controls-in-excel-dialogs/comment-page-1/#comment-25306</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 12 Jan 2010 01:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2924#comment-25306</guid>
		<description>John -

Now that you ask, I&#039;m not sure why I stated that. Maybe I&#039;m thinking of something else, or maybe in the old days it worked that way. I just checked by installing Office (2002 FWIW) on a VM. And the RefEdit was there.

I&#039;ve removed this section of the post. I can reuse part of it in an upcoming article about forms controls.</description>
		<content:encoded><![CDATA[<p>John -</p>
<p>Now that you ask, I&#8217;m not sure why I stated that. Maybe I&#8217;m thinking of something else, or maybe in the old days it worked that way. I just checked by installing Office (2002 FWIW) on a VM. And the RefEdit was there.</p>
<p>I&#8217;ve removed this section of the post. I can reuse part of it in an upcoming article about forms controls.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Weir</title>
		<link>http://peltiertech.com/WordPress/using-refedit-controls-in-excel-dialogs/comment-page-1/#comment-25304</link>
		<dc:creator>Jeff Weir</dc:creator>
		<pubDate>Tue, 12 Jan 2010 01:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2924#comment-25304</guid>
		<description>Jon - I just tried the CTRL+SHIFT+ARROW thing, using the dialog in your LOESS utility, and  it works. But when I tried it back in Sept 2009 I swear it didn&#039;t work. 

Maybe something changed with how this function works? I did load a new vista SP today...would that have affected Excel?  Or maybe it always worked like this.</description>
		<content:encoded><![CDATA[<p>Jon &#8211; I just tried the CTRL+SHIFT+ARROW thing, using the dialog in your LOESS utility, and  it works. But when I tried it back in Sept 2009 I swear it didn&#8217;t work. </p>
<p>Maybe something changed with how this function works? I did load a new vista SP today&#8230;would that have affected Excel?  Or maybe it always worked like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/using-refedit-controls-in-excel-dialogs/comment-page-1/#comment-25303</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 12 Jan 2010 01:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2924#comment-25303</guid>
		<description>Daniel &amp; Jeff -

Right here in 2003 SP3 I just did the CTRL+SHIFT+ARROW thing, with only one cell selected first, and it worked. I remember it not working in the past, maybe, but it looks fine now.</description>
		<content:encoded><![CDATA[<p>Daniel &amp; Jeff -</p>
<p>Right here in 2003 SP3 I just did the CTRL+SHIFT+ARROW thing, with only one cell selected first, and it worked. I remember it not working in the past, maybe, but it looks fine now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Walkenbach</title>
		<link>http://peltiertech.com/WordPress/using-refedit-controls-in-excel-dialogs/comment-page-1/#comment-25299</link>
		<dc:creator>John Walkenbach</dc:creator>
		<pubDate>Tue, 12 Jan 2010 00:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2924#comment-25299</guid>
		<description>&quot;Out of the box, the Controls Toolbox does not have the RefEdit control.&quot;

Are you sure about that. I don&#039;t remember ever adding it to the Toolbox. I just checked a fresh installation of Excel 2010 Beta on a brand new system, and RefEdit was in the Toolbox.</description>
		<content:encoded><![CDATA[<p>&#8220;Out of the box, the Controls Toolbox does not have the RefEdit control.&#8221;</p>
<p>Are you sure about that. I don&#8217;t remember ever adding it to the Toolbox. I just checked a fresh installation of Excel 2010 Beta on a brand new system, and RefEdit was in the Toolbox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Weir</title>
		<link>http://peltiertech.com/WordPress/using-refedit-controls-in-excel-dialogs/comment-page-1/#comment-25294</link>
		<dc:creator>Jeff Weir</dc:creator>
		<pubDate>Mon, 11 Jan 2010 21:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2924#comment-25294</guid>
		<description>Cool! Thanks Daniel.</description>
		<content:encoded><![CDATA[<p>Cool! Thanks Daniel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://peltiertech.com/WordPress/using-refedit-controls-in-excel-dialogs/comment-page-1/#comment-25293</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 11 Jan 2010 21:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2924#comment-25293</guid>
		<description>Jeff,

it does work. However you have to select two or more cells with the mouse; then the CTRL+SHIFT+arrow keys will do their job. I do it all the time.</description>
		<content:encoded><![CDATA[<p>Jeff,</p>
<p>it does work. However you have to select two or more cells with the mouse; then the CTRL+SHIFT+arrow keys will do their job. I do it all the time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Weir</title>
		<link>http://peltiertech.com/WordPress/using-refedit-controls-in-excel-dialogs/comment-page-1/#comment-25281</link>
		<dc:creator>Jeff Weir</dc:creator>
		<pubDate>Mon, 11 Jan 2010 19:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2924#comment-25281</guid>
		<description>It&#039;s a shame that RefEdit doesn&#039;t allow you to select one cell in an array and then use  Shift + Cntl + Down (or Up)  and/or Shift + Cntl +Right (or Left) to select really long ranges rather than having to drag down and/or across with the mouse.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a shame that RefEdit doesn&#8217;t allow you to select one cell in an array and then use  Shift + Cntl + Down (or Up)  and/or Shift + Cntl +Right (or Left) to select really long ranges rather than having to drag down and/or across with the mouse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/using-refedit-controls-in-excel-dialogs/comment-page-1/#comment-25269</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 11 Jan 2010 15:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2924#comment-25269</guid>
		<description>Matt -

Relying on RefEdits can be tricky, but I&#039;ve found that Detect and Repair makes most problems go away, and not only those related to the RefEdit.

Another thing I didn&#039;t mention, but will be part of my ongoing Build an Excel Add-In series, is that running the add-in through an earlier version of Excel can also clean up a lot of problems. I keep a VM on hand with Office 2000. I load the add-in into Excel 2000, run Rob Bovey&#039;s Code Cleaner (one of the handy add-ins from http://appspro.com/, and it&#039;s free), then compile the code and save the add-in.

This is a good discussion. I think after more people have chimed in on their RefEdit experiences, I&#039;ll rewrite this article with more details on symptoms and remedies.</description>
		<content:encoded><![CDATA[<p>Matt -</p>
<p>Relying on RefEdits can be tricky, but I&#8217;ve found that Detect and Repair makes most problems go away, and not only those related to the RefEdit.</p>
<p>Another thing I didn&#8217;t mention, but will be part of my ongoing Build an Excel Add-In series, is that running the add-in through an earlier version of Excel can also clean up a lot of problems. I keep a VM on hand with Office 2000. I load the add-in into Excel 2000, run Rob Bovey&#8217;s Code Cleaner (one of the handy add-ins from <a href="http://appspro.com/" rel="nofollow">http://appspro.com/</a>, and it&#8217;s free), then compile the code and save the add-in.</p>
<p>This is a good discussion. I think after more people have chimed in on their RefEdit experiences, I&#8217;ll rewrite this article with more details on symptoms and remedies.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
