Excel Macro Recording with Relative References 📊
Learn how to record macros using relative references and dynamic formatting in Excel for more flexible automation.

Watch & Copy
23.5K views • Dec 10, 2024

About this video
Hi everyone!
In this tutorial, we’ll dive into the basics of relative references in Excel. While this is just the beginning, there’s so much more you can explore with them—so give it a try! I’ve also included a macro to make the process more dynamic. While there’s additional coding you can incorporate to further enhance it, this approach ensures adaptability for both shorter and longer tables.
Code:
Range(Selection, Selection.End(xlToRight)).Select
Range(Selection, Selection.End(xlDown)).Select
Let’s get started!
In this tutorial, we’ll dive into the basics of relative references in Excel. While this is just the beginning, there’s so much more you can explore with them—so give it a try! I’ve also included a macro to make the process more dynamic. While there’s additional coding you can incorporate to further enhance it, this approach ensures adaptability for both shorter and longer tables.
Code:
Range(Selection, Selection.End(xlToRight)).Select
Range(Selection, Selection.End(xlDown)).Select
Let’s get started!
Tags and Topics
Browse our collection to discover more content in these categories.
Video Information
Views
23.5K
Likes
493
Duration
1:47
Published
Dec 10, 2024
User Reviews
4.6
(4) Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.
Trending Now