<?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: R1C1-Style Notation And The FormulaR1C1 Property In Excel VBA: Tutorial And Examples	</title>
	<atom:link href="https://powerspreadsheets.com/r1c1-formular1c1-vba/feed/" rel="self" type="application/rss+xml" />
	<link>https://powerspreadsheets.com/r1c1-formular1c1-vba/</link>
	<description>Excel and VBA tutorials and training. Learn how to use Microsoft Excel and Visual Basic for Applications now.</description>
	<lastBuildDate>Wed, 01 Nov 2023 17:25:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Qudsia		</title>
		<link>https://powerspreadsheets.com/r1c1-formular1c1-vba/#comment-547</link>

		<dc:creator><![CDATA[Qudsia]]></dc:creator>
		<pubDate>Wed, 01 Nov 2023 17:25:22 +0000</pubDate>
		<guid isPermaLink="false">https://powerspreadsheets.com/?p=6019#comment-547</guid>

					<description><![CDATA[Thank you! Been coding in VBA for a while but never used R1C1 style references. Needed to learn to troubleshoot someone else&#039;s macro.]]></description>
			<content:encoded><![CDATA[<p>Thank you! Been coding in VBA for a while but never used R1C1 style references. Needed to learn to troubleshoot someone else&#8217;s macro.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Travis Stewart		</title>
		<link>https://powerspreadsheets.com/r1c1-formular1c1-vba/#comment-348</link>

		<dc:creator><![CDATA[Travis Stewart]]></dc:creator>
		<pubDate>Wed, 09 Mar 2022 17:31:36 +0000</pubDate>
		<guid isPermaLink="false">https://powerspreadsheets.com/?p=6019#comment-348</guid>

					<description><![CDATA[This was a wonderful and well-thought-out tutorial. Thank you so much for putting this together! :)]]></description>
			<content:encoded><![CDATA[<p>This was a wonderful and well-thought-out tutorial. Thank you so much for putting this together! 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Amit Kumar		</title>
		<link>https://powerspreadsheets.com/r1c1-formular1c1-vba/#comment-154</link>

		<dc:creator><![CDATA[Amit Kumar]]></dc:creator>
		<pubDate>Mon, 03 Apr 2017 11:02:00 +0000</pubDate>
		<guid isPermaLink="false">https://powerspreadsheets.com/?p=6019#comment-154</guid>

					<description><![CDATA[extremely helpful thaks!]]></description>
			<content:encoded><![CDATA[<p>extremely helpful thaks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Karen Hill		</title>
		<link>https://powerspreadsheets.com/r1c1-formular1c1-vba/#comment-133</link>

		<dc:creator><![CDATA[Karen Hill]]></dc:creator>
		<pubDate>Thu, 02 Feb 2017 16:18:00 +0000</pubDate>
		<guid isPermaLink="false">https://powerspreadsheets.com/?p=6019#comment-133</guid>

					<description><![CDATA[Hi Jorge,

This was EXTREMELY helpful and just what I was looking for to understand the row and column notation in VBA. Thank you for taking the time to write and post this!!! I have been using excel for a long time, though haven&#039;t used VBA in a few years and need to refresh my memory. I had no trouble following and it made sense to me. I plan to read more of your blogs.

Again, many thanks!
Karen]]></description>
			<content:encoded><![CDATA[<p>Hi Jorge,</p>
<p>This was EXTREMELY helpful and just what I was looking for to understand the row and column notation in VBA. Thank you for taking the time to write and post this!!! I have been using excel for a long time, though haven&#8217;t used VBA in a few years and need to refresh my memory. I had no trouble following and it made sense to me. I plan to read more of your blogs.</p>
<p>Again, many thanks!<br />
Karen</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alan Elston		</title>
		<link>https://powerspreadsheets.com/r1c1-formular1c1-vba/#comment-81</link>

		<dc:creator><![CDATA[Alan Elston]]></dc:creator>
		<pubDate>Mon, 07 Nov 2016 11:45:00 +0000</pubDate>
		<guid isPermaLink="false">https://powerspreadsheets.com/?p=6019#comment-81</guid>

					<description><![CDATA[Thanks for a very helpful Blog. :)

A couple of things confused me as a beginner, and in helping others to understand I have found it worth noting:

_1)  The expression R1C1 is used generally to refer to the R C  type convention or “Style”, both the Absolute and Relative versions. R1C1 in a formula usage is actually an Absolute version.

The .FormulaR1C1 Property, for example can be used, for example,  to assign a Relative R C type such as R[1]C[1] and also an Absolute type such as R1C2, ( or mixed )

_2)  It is good to note that something like  R[1]C is a “shorthand” for R[1]C[0]. Both give the same result.

Alan Elston]]></description>
			<content:encoded><![CDATA[<p>Thanks for a very helpful Blog. 🙂</p>
<p>A couple of things confused me as a beginner, and in helping others to understand I have found it worth noting:</p>
<p>_1)  The expression R1C1 is used generally to refer to the R C  type convention or “Style”, both the Absolute and Relative versions. R1C1 in a formula usage is actually an Absolute version.</p>
<p>The .FormulaR1C1 Property, for example can be used, for example,  to assign a Relative R C type such as R[1]C[1] and also an Absolute type such as R1C2, ( or mixed )</p>
<p>_2)  It is good to note that something like  R[1]C is a “shorthand” for R[1]C[0]. Both give the same result.</p>
<p>Alan Elston</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mourad Louha		</title>
		<link>https://powerspreadsheets.com/r1c1-formular1c1-vba/#comment-32</link>

		<dc:creator><![CDATA[Mourad Louha]]></dc:creator>
		<pubDate>Wed, 15 Jun 2016 14:53:00 +0000</pubDate>
		<guid isPermaLink="false">https://powerspreadsheets.com/?p=6019#comment-32</guid>

					<description><![CDATA[Hi Jorge, 
awesome tutorial - and thank you too for linking and recommending the Excel-Translator.
I will link back to here :-)

Best Regards,
Mourad Louha]]></description>
			<content:encoded><![CDATA[<p>Hi Jorge,<br />
awesome tutorial &#8211; and thank you too for linking and recommending the Excel-Translator.<br />
I will link back to here 🙂</p>
<p>Best Regards,<br />
Mourad Louha</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: powerspreadsheets.com @ 2026-04-16 02:50:31 by W3 Total Cache
-->