98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel VBA Training and help » R1C1
R1C1
Resolved · Urgent Priority · Version 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 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
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Shortcut fill a cell with contents from adjacent cellsUse Control + D to fill a cell with the data from an adjacent cell. This speeds up data entry and is a cool tip to share! |