Venkat,

You are digressing from the question, although explaining what absolute and
relative reference is good for common understanding. The question in
particular, however, is regarding relative reference in  vb developer tab.

Vijay, the Relative Reference button is just a way to tell the VBA whether
to record macros using and absolute reference, or whether to keep the
active cells as a reference point to where the action takes place.

In simple terms for example, if you record a macro, keeping your active
cells as A1, and if you select D4, the macro will say that you selected D4.
However, if you use relative reference, the macro will say you selected a
cell that is offset by 3 rows and 3 columns.

Hope that's clear.

Regards,

Sam Mathai Chacko

On Sat, Jan 28, 2012 at 5:25 PM, Venkat CV <venkat1....@gmail.com> wrote:

> Hi Vijay,
>
> Look Below about relative refrence..
>
> *What are the types of references?* 1. Absolute Column/Absolute Rowe.g.
> $A$1 means Whether you use auto-fill across column or across row, the
> reference won't be changed.
> 2. Absolute Column/Relative Rowe.g. $A1means When you use auto-fill
> across column, it will remain column A but when you auto-fill across row,
> the reference will change to $A2, $A3, $A4 and so on.
> 3. Relative Column/Absolute Rowe.g. A$1 means When you use auto-fill
> across row, it will remain row 1 but when you auto-fill across column, the
> reference will change to B$1, C$1, D$1 and so on.
> 4. Relative Column/Relative Rowe.g. A1means When you use auto-fill across
> column, the reference will change to B1, C1, D1 and so on and when you
> auto-fill across row, the reference will change to A2, A3, A4 and so on. *How
> to change the reference?*1. Prefix with $ manually. 2. Right after
> entering the formula use F4 to toggle between the four kinds of references.
> (recommended)
> *Where to use?* You can use it in formula or function in Excel
> spreadsheet, rest depends on your logic.
>
>
> *Best Regards,*
> *Venkat *
> *Chennai*
> *My Linked in profile <http://in.linkedin.com/pub/venkatesan-c/21/492/a71>
> *
>
>
> On Sat, Jan 28, 2012 at 11:21 AM, vijayajith VA 
> <vijayajith...@gmail.com>wrote:
>
>> Hello sir,
>>
>>
>> Just i want to know about use relative reference in  vb developer tab.?
>> What is use of that ?
>>
>> Thanks in advance
>> '
>>
>>  --
>> FORUM RULES (986+ members already BANNED for violation)
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will not get quick attention or may not be answered.
>>
>> 2) Don't post a question in the thread of another member.
>>
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>>
>> 4) Acknowledge the responses you receive, good or bad.
>>
>> 5) Cross-promotion of, or links to, forums competitive to this forum in
>> signatures are prohibited.
>>
>> NOTE : Don't ever post personal or confidential data in a workbook. Forum
>> owners and members are not responsible for any loss.
>>
>>
>> ------------------------------------------------------------------------------------------------------
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>
>
>
> --
> *
> *
> *
> *
> *
> *
>
>
>  --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5) Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> ------------------------------------------------------------------------------------------------------
> To post to this group, send email to excel-macros@googlegroups.com
>



-- 
Sam Mathai Chacko

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com

Reply via email to