Make your VBA macros work anywhere: Enable Relative References
Do you know that while recording macros in excel you can use the relative reference based recording so that you can use your macro anywhere and the references would be adjusted automatically?
Yes!
I have learned this yesterday and I thought it is pretty cool.
Here is how you can make your macro VBA code references relative:
When you select “record new macro” from menu > tools > macros, excel shows a very little macro recording toolbar with a start button and another button. That another button is the one we use to toggle between relative and absolute references in macro code.
See this:

And the code generated by relative and absolute references is shown here:

| ||
|
Spread some love,
Posts & Navigation
Tags: help, howto, Learn Excel, macros, OFFSET(), references, spreadsheets, VBA |


At Chandoo.org, I have one goal, "to make you awesome in excel and charting". This blog is started in 2007 and today has 450+ articles and tutorials on using excel, making better charts. 
2 Responses to “Make your VBA macros work anywhere: Enable Relative References”
[...] Chandoo isn’t adverse to recommending VBA solutions either. [...]
Thank you for the informations you give.
I am using Excel 2003. The button absolute/relative is no more operating. Once I have set relative reference macro code I can’t go back to the default option for all my Excel files.
I’m looking either a method to reinitialize Excel or a VBA instruction to force the absolute option.
Sincerely.