<?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 for Notes from the Help Desk...</title>
	<atom:link href="http://www.ptraining.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ptraining.com/blog</link>
	<description>Tips, tricks, news, and opinions for business computer users</description>
	<lastBuildDate>Wed, 25 Apr 2012 04:42:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Add a Work Menu to Word 2003 by ROBERT FRANK</title>
		<link>http://www.ptraining.com/blog/2005/11/add-a-work-menu-to-word-for-quick-access-to-frequently-used-documents/comment-page-1/#comment-55559</link>
		<dc:creator>ROBERT FRANK</dc:creator>
		<pubDate>Wed, 25 Apr 2012 04:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ptraining.com/?p=31#comment-55559</guid>
		<description>THANK YOU for posting this. I could not find the documentation on REMOVING items from the work menu. CTRL+ALT+- , could that be any more esoteric? THANK YOU!</description>
		<content:encoded><![CDATA[<p>THANK YOU for posting this. I could not find the documentation on REMOVING items from the work menu. CTRL+ALT+- , could that be any more esoteric? THANK YOU!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Paste Options in Office 2010 by Liz Charron</title>
		<link>http://www.ptraining.com/blog/2010/10/new-paste-options-in-office-2010/comment-page-1/#comment-51137</link>
		<dc:creator>Liz Charron</dc:creator>
		<pubDate>Wed, 21 Mar 2012 19:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=178#comment-51137</guid>
		<description>Sorry, thought I was posting my own question....</description>
		<content:encoded><![CDATA[<p>Sorry, thought I was posting my own question&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Paste Options in Office 2010 by Liz Charron</title>
		<link>http://www.ptraining.com/blog/2010/10/new-paste-options-in-office-2010/comment-page-1/#comment-51136</link>
		<dc:creator>Liz Charron</dc:creator>
		<pubDate>Wed, 21 Mar 2012 19:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=178#comment-51136</guid>
		<description>I&#039;m trying to paste within a Word doc, using Word 10 in Windows 7. The only paste option I see is &#039;keep text only.&#039; I&#039;ve gone into the setting and selected everything you suggest for options, but nothing changes. I can&#039;t even copy tables (and really need to be able to do that...)The Paste Special option only shows two options, unformatted text and unformatted unicode text. PLEASE help!!
Thanks,
Liz</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to paste within a Word doc, using Word 10 in Windows 7. The only paste option I see is &#8216;keep text only.&#8217; I&#8217;ve gone into the setting and selected everything you suggest for options, but nothing changes. I can&#8217;t even copy tables (and really need to be able to do that&#8230;)The Paste Special option only shows two options, unformatted text and unformatted unicode text. PLEASE help!!<br />
Thanks,<br />
Liz</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Range.Offset in Excel VBA by Don (Pioneer Training)</title>
		<link>http://www.ptraining.com/blog/2010/10/using-range-offset-in-excel-vba/comment-page-1/#comment-51104</link>
		<dc:creator>Don (Pioneer Training)</dc:creator>
		<pubDate>Wed, 21 Mar 2012 13:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ptraining.com/blog/?p=399#comment-51104</guid>
		<description>So your statements:

Set RChk = RTopChk.Offset(6 – CheckRow, CheckCol)
Set RChk2 = Range(RChk).Offset(0, 1)  ‘ to return range $AA$23. 
                       &#039; one cell to the Right of Z23.
                       &#039; Instead, it returned $U$7 !

what is the value of CheckRow, CheckCol and of RTopChk before the first statement? I would suspect an issue there. Does RChk return Z23 after the first assignment? 
I would try assignments to check where I am:
RChk.value = &quot;RChk here&quot;
RChk2.value = &quot;RChk2 here&quot;

Also, I tend not to store ranges. Instead, I store intCurrentRow and intCurrentCol and use cells(row,col) to walk my way up and down the list. This makes it easier to change things in loops.</description>
		<content:encoded><![CDATA[<p>So your statements:</p>
<p>Set RChk = RTopChk.Offset(6 – CheckRow, CheckCol)<br />
Set RChk2 = Range(RChk).Offset(0, 1)  ‘ to return range $AA$23.<br />
                       &#8216; one cell to the Right of Z23.<br />
                       &#8216; Instead, it returned $U$7 !</p>
<p>what is the value of CheckRow, CheckCol and of RTopChk before the first statement? I would suspect an issue there. Does RChk return Z23 after the first assignment?<br />
I would try assignments to check where I am:<br />
RChk.value = &#8220;RChk here&#8221;<br />
RChk2.value = &#8220;RChk2 here&#8221;</p>
<p>Also, I tend not to store ranges. Instead, I store intCurrentRow and intCurrentCol and use cells(row,col) to walk my way up and down the list. This makes it easier to change things in loops.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Range.Offset in Excel VBA by Don (Pioneer Training)</title>
		<link>http://www.ptraining.com/blog/2010/10/using-range-offset-in-excel-vba/comment-page-1/#comment-51102</link>
		<dc:creator>Don (Pioneer Training)</dc:creator>
		<pubDate>Wed, 21 Mar 2012 12:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ptraining.com/blog/?p=399#comment-51102</guid>
		<description>As far as I know, the blog posts are &quot;quotes&quot; so that you can type whatever you want directly. Although a quick look at the source of the page suggests otherwise. In any event, I&#039;m happy to help. i will send you a message directly and we can post the final results.</description>
		<content:encoded><![CDATA[<p>As far as I know, the blog posts are &#8220;quotes&#8221; so that you can type whatever you want directly. Although a quick look at the source of the page suggests otherwise. In any event, I&#8217;m happy to help. i will send you a message directly and we can post the final results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Range.Offset in Excel VBA by GKiang</title>
		<link>http://www.ptraining.com/blog/2010/10/using-range-offset-in-excel-vba/comment-page-1/#comment-51087</link>
		<dc:creator>GKiang</dc:creator>
		<pubDate>Wed, 21 Mar 2012 10:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ptraining.com/blog/?p=399#comment-51087</guid>
		<description>MESSAGE TO MODERATOR:  PLEASE IGNORE/DELETE MY PREVIOUS 2 ENTRIES.  

I took a lot of care to review what I wrote, but what I see in the published window is NOT what I wrote!  There are lines missing. ... or maybe it&#039;s senility on my part.  It seems to revolve around the use of the &#039;greater than&#039; and &#039;less than&#039; signs.  Is there some reason I shouldn&#039;t be using these in my message? (Not a VBA question.)</description>
		<content:encoded><![CDATA[<p>MESSAGE TO MODERATOR:  PLEASE IGNORE/DELETE MY PREVIOUS 2 ENTRIES.  </p>
<p>I took a lot of care to review what I wrote, but what I see in the published window is NOT what I wrote!  There are lines missing. &#8230; or maybe it&#8217;s senility on my part.  It seems to revolve around the use of the &#8216;greater than&#8217; and &#8216;less than&#8217; signs.  Is there some reason I shouldn&#8217;t be using these in my message? (Not a VBA question.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Range.Offset in Excel VBA by GKiang</title>
		<link>http://www.ptraining.com/blog/2010/10/using-range-offset-in-excel-vba/comment-page-1/#comment-51086</link>
		<dc:creator>GKiang</dc:creator>
		<pubDate>Wed, 21 Mar 2012 10:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ptraining.com/blog/?p=399#comment-51086</guid>
		<description>SORRY!!! PLEASE IGNORE (or delete if possible) PREVIOUS ENTRY.  
BAD EDITTING!

Resending:

Don, thanks for your comments. Sorry, I didn’t state my query clearly.

I do actually want to pick up the values in particular cells. It wasn’t working, so, I used the message to see which cells the macro had assigned to be RChk2, RChk3 and RChk4.

In an earlier part of the macro,
&gt;&gt;Set RChk = RTopChk.Offset(6 – CheckRow, CheckCol)&lt;&gt;Set RChk2 = Range(RChk).Offset(0, 1)&lt;&lt;
to return range $AA$23.  (ie one cell to the Right of Z23.)  Instead, it returned $U$7 !

Thanks very much for taking the time to look at this. GK

PS: I have re-Dim&#039;d the RChk variables on individual lines and it made no difference. But there&#039;s something in what you say, methinks. A short test, using Integers, proved this.</description>
		<content:encoded><![CDATA[<p>SORRY!!! PLEASE IGNORE (or delete if possible) PREVIOUS ENTRY.<br />
BAD EDITTING!</p>
<p>Resending:</p>
<p>Don, thanks for your comments. Sorry, I didn’t state my query clearly.</p>
<p>I do actually want to pick up the values in particular cells. It wasn’t working, so, I used the message to see which cells the macro had assigned to be RChk2, RChk3 and RChk4.</p>
<p>In an earlier part of the macro,<br />
&gt;&gt;Set RChk = RTopChk.Offset(6 – CheckRow, CheckCol)&lt;&gt;Set RChk2 = Range(RChk).Offset(0, 1)&lt;&lt;<br />
to return range $AA$23.  (ie one cell to the Right of Z23.)  Instead, it returned $U$7 !</p>
<p>Thanks very much for taking the time to look at this. GK</p>
<p>PS: I have re-Dim&#039;d the RChk variables on individual lines and it made no difference. But there&#039;s something in what you say, methinks. A short test, using Integers, proved this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Range.Offset in Excel VBA by GKiang</title>
		<link>http://www.ptraining.com/blog/2010/10/using-range-offset-in-excel-vba/comment-page-1/#comment-51085</link>
		<dc:creator>GKiang</dc:creator>
		<pubDate>Wed, 21 Mar 2012 10:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ptraining.com/blog/?p=399#comment-51085</guid>
		<description>Don, thanks for your comments.  Sorry, I didn&#039;t state my query clearly.

I do actually want to pick up the values in particular cells; it wasn&#039;t working, so, I used the message to see which cells the macro had assigned to be RChk2, RChk3 and RChk4. 

In an earlier part of the macro, 
&gt;&gt;Set RChk = RTopChk.Offset(6 - CheckRow, CheckCol)&lt;&gt;Set RChk2 = Range(RChk).Offset(0, 1)&lt;&lt; 
to return range $AA$23.  Instead, it returned $U$7 !

Thanks very much for taking the time to look at this. GK

PS: I have re-Dim&#039;d the RChk variables on individual lines and it made no difference. But there&#039;s something in what you say, methinks.  A short test, using Integers, proved this.</description>
		<content:encoded><![CDATA[<p>Don, thanks for your comments.  Sorry, I didn&#8217;t state my query clearly.</p>
<p>I do actually want to pick up the values in particular cells; it wasn&#8217;t working, so, I used the message to see which cells the macro had assigned to be RChk2, RChk3 and RChk4. </p>
<p>In an earlier part of the macro,<br />
&gt;&gt;Set RChk = RTopChk.Offset(6 &#8211; CheckRow, CheckCol)&lt;&gt;Set RChk2 = Range(RChk).Offset(0, 1)&lt;&lt;<br />
to return range $AA$23.  Instead, it returned $U$7 !</p>
<p>Thanks very much for taking the time to look at this. GK</p>
<p>PS: I have re-Dim&#039;d the RChk variables on individual lines and it made no difference. But there&#039;s something in what you say, methinks.  A short test, using Integers, proved this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Range.Offset in Excel VBA by Don (Pioneer Training)</title>
		<link>http://www.ptraining.com/blog/2010/10/using-range-offset-in-excel-vba/comment-page-1/#comment-50992</link>
		<dc:creator>Don (Pioneer Training)</dc:creator>
		<pubDate>Tue, 20 Mar 2012 15:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ptraining.com/blog/?p=399#comment-50992</guid>
		<description>Also, my experience is that you should define each variable on a separate row or the 2 thru nth are defined as variants.</description>
		<content:encoded><![CDATA[<p>Also, my experience is that you should define each variable on a separate row or the 2 thru nth are defined as variants.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Range.Offset in Excel VBA by Don (Pioneer Training)</title>
		<link>http://www.ptraining.com/blog/2010/10/using-range-offset-in-excel-vba/comment-page-1/#comment-50991</link>
		<dc:creator>Don (Pioneer Training)</dc:creator>
		<pubDate>Tue, 20 Mar 2012 15:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ptraining.com/blog/?p=399#comment-50991</guid>
		<description>Not sure what you are doing with the message box. The following code does what you think it should:

Sub OffTest()

Dim MyRange, RTopChk, RChk, RChk2, RChk3, RChk4 As Range

&#039;Elsewhere, RChk is set to Z23

RChk = &quot;Z23&quot;

Set RChk2 = Range(RChk).Offset(0, 1)
Set RChk3 = Range(RChk).Offset(0, 2)
Set RChk4 = Range(RChk).Offset(0, 3)
RChk2.Value = &quot;rchk2&quot;
RChk3.Value = &quot;rchk3&quot;
RChk4.Value = &quot;rchk4&quot;

End Sub

At the end of the macro, the values are as follows: Z23 is blank, AA23 has &quot;rchk2&quot;, AB23 has &quot;rchk3&quot; and AC23 has &quot;rchk4&quot;

Your messagebox line gives me an error. If you want to refer to the variables, I would use a range name (Range(RChk).Offset(0, 1).name = &quot;RChk2&quot; and then refer to the range name in assignments, row and column, etc.</description>
		<content:encoded><![CDATA[<p>Not sure what you are doing with the message box. The following code does what you think it should:</p>
<p>Sub OffTest()</p>
<p>Dim MyRange, RTopChk, RChk, RChk2, RChk3, RChk4 As Range</p>
<p>&#8216;Elsewhere, RChk is set to Z23</p>
<p>RChk = &#8220;Z23&#8243;</p>
<p>Set RChk2 = Range(RChk).Offset(0, 1)<br />
Set RChk3 = Range(RChk).Offset(0, 2)<br />
Set RChk4 = Range(RChk).Offset(0, 3)<br />
RChk2.Value = &#8220;rchk2&#8243;<br />
RChk3.Value = &#8220;rchk3&#8243;<br />
RChk4.Value = &#8220;rchk4&#8243;</p>
<p>End Sub</p>
<p>At the end of the macro, the values are as follows: Z23 is blank, AA23 has &#8220;rchk2&#8243;, AB23 has &#8220;rchk3&#8243; and AC23 has &#8220;rchk4&#8243;</p>
<p>Your messagebox line gives me an error. If you want to refer to the variables, I would use a range name (Range(RChk).Offset(0, 1).name = &#8220;RChk2&#8243; and then refer to the range name in assignments, row and column, etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

