Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

rc

ResolvedVersion 2007

Suraj has attended:
Excel VBA Intro Intermediate course

R1C1

Why do we need to use R1C1? Whats the advantage?

RE: R1C1

Hello Suraj,

Hope you enjoyed your Microsoft Excel VBA course with Best STL.

Thank you for your question regarding the use of R1C1.

Did you know that under the hood Excel always uses the R1C1 style... whenever you create a macro you will notice that the code is in the R1C1 style and it is always useful if you know how to read this notation.

When creating code, you don't always have to use this style, but, in many cases it will decrease the amount of code you write. Here are a few reasons why you may want to use this style:

1) It is easier to enter many formulas using this style thus making the formulas more efficient in VBA. You can enter the same formula in an entire range of data in a single sentence.

2) Conditional formatting requires this style in order to work reliably.

3) Array formulas require this style.

As you are no doubt intending to progress with Excel VBA it will be beneficial if you buy yourself a book on the subject. A website to find books for this is MrExcel.com

I hope this resolves your question. If it has, please mark this question as resolved.

If you require further assistance, please reply to this post. Or perhaps you have another Microsoft Office question?

Have a great day.
Regards,

Rodney
Microsoft Office Specialist Trainer

Fri 11 Nov 2011: Automatically marked as resolved.

 

Training courses

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.

Excel tip:

LARGE and SMALL functions and their uses

Two of Excel's most common functions are the MAX and MIN functions which will display the largest (MAX) or smallest (MIN) value in a series. What if you need the 2nd or 3rd largest or smallest values instead of the largest or smallest?

The =LARGE(array,n) returns the nth largest value of a series.

The =SMALL(array,n) function returns the nth smallest value of a series.

In both functions, 'n' represents the order of the number you want to display. For example, putting in 2 as n will give you the second highest number; putting in 3 as n will give you the third highest number.

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.09 secs.