<?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: SheetSwitcher AddIn</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2005/01/18/sheetswitcher-addin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2005/01/18/sheetswitcher-addin/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: pagedown pageup excel vba</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/01/18/sheetswitcher-addin/#comment-33768</link>
		<dc:creator>pagedown pageup excel vba</dc:creator>
		<pubDate>Tue, 22 Jul 2008 14:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=985#comment-33768</guid>
		<description>&lt;p&gt;[...] SheetSwitcher AddInHow is this different from Ctrl+PageUp or PageDown, am I missing something?http://www.dailydoseofexcel.com/archives/2005/01/18/sheetswitcher-addin/Entering Data into Excel - Entering Data into Excel Spreadsheets ...Ctrl + Page Down keys: moves the [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] SheetSwitcher AddInHow is this different from Ctrl+PageUp or PageDown, am I missing something?http://www.dailydoseofexcel.com/archives/2005/01/18/sheetswitcher-addin/Entering Data into Excel &#8211; Entering Data into Excel Spreadsheets &#8230;Ctrl + Page Down keys: moves the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tushar Mehta</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/01/18/sheetswitcher-addin/#comment-5531</link>
		<dc:creator>Tushar Mehta</dc:creator>
		<pubDate>Fri, 21 Jan 2005 05:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=985#comment-5531</guid>
		<description>&lt;p&gt;Hi Jon,&lt;/p&gt;
&lt;p&gt;Version after next. ;-)  My first priority is to make the user settings and active status persistent across an XL shutdown.  In the meantime, consider using the &#039;Nest windows&#039; option and dock the commandbar adjacent to one of the commandbars at the top.  Personally, though, I prefer the left bottom -- to the left of whatever XL-native commandbar I have open at the bottom (usually, the Drawing toolbar).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>Version after next. <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />   My first priority is to make the user settings and active status persistent across an XL shutdown.  In the meantime, consider using the &#8216;Nest windows&#8217; option and dock the commandbar adjacent to one of the commandbars at the top.  Personally, though, I prefer the left bottom &#8212; to the left of whatever XL-native commandbar I have open at the bottom (usually, the Drawing toolbar).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/01/18/sheetswitcher-addin/#comment-5425</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 20 Jan 2005 17:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=985#comment-5425</guid>
		<description>&lt;p&gt;Tushar -&lt;/p&gt;
&lt;p&gt;I like the way your worksheet navigator works. The way I&#039;d improve on it is to have a menu item for navigation, with the workbooks listed as menu items. &lt;/p&gt;
&lt;p&gt;- Jon&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Tushar -</p>
<p>I like the way your worksheet navigator works. The way I&#8217;d improve on it is to have a menu item for navigation, with the workbooks listed as menu items. </p>
<p>- Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/01/18/sheetswitcher-addin/#comment-5408</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Wed, 19 Jan 2005 20:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=985#comment-5408</guid>
		<description>&lt;p&gt;Darren, &lt;/p&gt;
&lt;p&gt;Most probably this is because of a duplicate procedure name in both addins. &lt;/p&gt;
&lt;p&gt;In the code for ThisWorkbook, change the OnKey setting to:&lt;/p&gt;
&lt;p&gt;Application.OnKey &quot;%&#039;&quot;, &quot;SheetSwitcher.Switcher.ShowForm&quot;&lt;/p&gt;
&lt;p&gt;(all one line)&lt;/p&gt;
&lt;p&gt;This is something I really should have done myself, but it just never occurred to me. I guess that&#039;s how you learn.&lt;/p&gt;
&lt;p&gt;Kind regards&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Darren, </p>
<p>Most probably this is because of a duplicate procedure name in both addins. </p>
<p>In the code for ThisWorkbook, change the OnKey setting to:</p>
<p>Application.OnKey &#8220;%&#8217;&#8221;, &#8220;SheetSwitcher.Switcher.ShowForm&#8221;</p>
<p>(all one line)</p>
<p>This is something I really should have done myself, but it just never occurred to me. I guess that&#8217;s how you learn.</p>
<p>Kind regards</p>
<p>Charlie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/01/18/sheetswitcher-addin/#comment-5406</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 19 Jan 2005 18:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=985#comment-5406</guid>
		<description>&lt;p&gt;Tushar -&lt;/p&gt;
&lt;p&gt;Looks more interesting to me than having to pop up a userform. I&#039;ll let you know how I like it.&lt;/p&gt;
&lt;p&gt;- Jon&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Tushar -</p>
<p>Looks more interesting to me than having to pop up a userform. I&#8217;ll let you know how I like it.</p>
<p>- Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/01/18/sheetswitcher-addin/#comment-5405</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 19 Jan 2005 18:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=985#comment-5405</guid>
		<description>&lt;p&gt;Charlie, R.Venkataraman -&lt;/p&gt;
&lt;p&gt;Often when one reference is broken, another seemingly independent library seems to be affected. I had problems with different versions of SOLVER recently, which manifest in errors with the Strings library.&lt;/p&gt;
&lt;p&gt;You can temporarily deal with the problems by inserting the prefix &quot;Strings.&quot; in front of any Strings library element:&lt;/p&gt;
&lt;p&gt;  Strings.Right()&lt;br&gt;
  Strings.Mid()&lt;/p&gt;
&lt;p&gt;In the long term, you need to fix the problem, which means find broken references, as Charlie describes, or scratch your head a little harder.&lt;/p&gt;
&lt;p&gt;- Jon&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Charlie, R.Venkataraman -</p>
<p>Often when one reference is broken, another seemingly independent library seems to be affected. I had problems with different versions of SOLVER recently, which manifest in errors with the Strings library.</p>
<p>You can temporarily deal with the problems by inserting the prefix &#8220;Strings.&#8221; in front of any Strings library element:</p>
<p>  Strings.Right()<br />
  Strings.Mid()</p>
<p>In the long term, you need to fix the problem, which means find broken references, as Charlie describes, or scratch your head a little harder.</p>
<p>- Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/01/18/sheetswitcher-addin/#comment-5402</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Wed, 19 Jan 2005 17:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=985#comment-5402</guid>
		<description>&lt;p&gt;hmmm, seems it&#039;s not the shortcut that is similar. After changing the shortcut it still loads up the form from the other add-in!?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hmmm, seems it&#8217;s not the shortcut that is similar. After changing the shortcut it still loads up the form from the other add-in!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tushar Mehta</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/01/18/sheetswitcher-addin/#comment-5399</link>
		<dc:creator>Tushar Mehta</dc:creator>
		<pubDate>Wed, 19 Jan 2005 15:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=985#comment-5399</guid>
		<description>&lt;p&gt;I found that the difference between how one switches between workbooks and worksheets within a book was driving me crazy.  So, I integrated the two in an add-in called Workbook Navigator.  It&#039;s at &lt;a href=&quot;http://www.tushar-mehta.com/excel/software/utilities/wb_nav.html&quot; rel=&quot;nofollow&quot;&gt;http://www.tushar-mehta.com/excel/software/utilities/wb_nav.html&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I found that the difference between how one switches between workbooks and worksheets within a book was driving me crazy.  So, I integrated the two in an add-in called Workbook Navigator.  It&#8217;s at <a href="http://www.tushar-mehta.com/excel/software/utilities/wb_nav.html" rel="nofollow">http://www.tushar-mehta.com/excel/software/utilities/wb_nav.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/01/18/sheetswitcher-addin/#comment-5398</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Wed, 19 Jan 2005 15:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=985#comment-5398</guid>
		<description>&lt;p&gt;r.venkataraman, &lt;/p&gt;
&lt;p&gt;A couple of things to check:&lt;/p&gt;
&lt;p&gt;1) in the VBE, on the Tools -&gt; Options menu, click the &#039;General&#039; tab, and check that &#039;Break on unhandled errors&#039; is selected. &lt;/p&gt;
&lt;p&gt;2) I&#039;ve just noticed there are a few redundant object library references left in there. In the VBE, Select Tools -&gt; References and enter the password &#039;a&#039; (without the quotes). You can remove every reference that doesn&#039;t&lt;br&gt;
give you an &#039;in use&#039; message when you uncheck it. &lt;/p&gt;
&lt;p&gt;If neither of those two work, I&#039;m afraid I&#039;m stumped. &#039;Right&#039; should be standard functionality in all excel versions. Apologies for crashing your Excel, I&#039;ve not seen this error occur before.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>r.venkataraman, </p>
<p>A couple of things to check:</p>
<p>1) in the VBE, on the Tools -&gt; Options menu, click the &#8216;General&#8217; tab, and check that &#8216;Break on unhandled errors&#8217; is selected. </p>
<p>2) I&#8217;ve just noticed there are a few redundant object library references left in there. In the VBE, Select Tools -&gt; References and enter the password &#8216;a&#8217; (without the quotes). You can remove every reference that doesn&#8217;t<br />
give you an &#8216;in use&#8217; message when you uncheck it. </p>
<p>If neither of those two work, I&#8217;m afraid I&#8217;m stumped. &#8216;Right&#8217; should be standard functionality in all excel versions. Apologies for crashing your Excel, I&#8217;ve not seen this error occur before.</p>
<p>Regards</p>
<p>Charlie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: r.venkataraman</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/01/18/sheetswitcher-addin/#comment-5396</link>
		<dc:creator>r.venkataraman</dc:creator>
		<pubDate>Wed, 19 Jan 2005 14:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=985#comment-5396</guid>
		<description>&lt;p&gt;it gives an error&lt;br&gt;
project or library not found&lt;/p&gt;
&lt;p&gt;in the procedure it stops at a word &quot;right&quot;&lt;/p&gt;
&lt;p&gt;my os is windows98 and excel 2000&lt;/p&gt;
&lt;p&gt;second time excel crashes.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>it gives an error<br />
project or library not found</p>
<p>in the procedure it stops at a word &#8220;right&#8221;</p>
<p>my os is windows98 and excel 2000</p>
<p>second time excel crashes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

